Skip to content

Commit 37f4c3b

Browse files
committed
trying github actions
1 parent f4e8584 commit 37f4c3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
- run: echo "${{ secrets.PERSONAL_VM_KEY}}" >> ~/.keys/PERSONANAL_VM_KEY.pem && chmod 400 ~/.keys/PERSONANAL_VM_KEY.pem
1616
- run: cat ~/.keys/PERSONAL_VM_KEY.pem
1717
- name: entering personal vm
18-
run: ssh -i ~/.keys/PERSONANAL_VM_KEY.pem -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "mkidr ~/work"
18+
run: ssh -i ~/.keys/PERSONANAL_VM_KEY.pem -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}
19+
z milk
20+
git pull
21+
docker-compose down'

0 commit comments

Comments
 (0)