Skip to content

Commit d575d60

Browse files
committed
fixing deployment.yml
1 parent 513eca7 commit d575d60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- run: cat ~/.keys/PERSONAL_VM_KEY.pem
1717
- name: entering personal vm
1818
run: |
19-
ssh -i ~/.keys/PERSONANAL_VM_KEY.pem -o StrictHostKeyChecking=no \
20-
${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} << 'EOF'
19+
ssh -i ~/.keys/PERSONANAL_VM_KEY.pem -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} << 'EOF'
2120
cd Milk-Link
2221
git pull
2322
docker-compose down

0 commit comments

Comments
 (0)