Skip to content

Commit

Permalink
Edited deploy runner
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 2, 2024
1 parent 4e5cd59 commit 0e1a006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vtmunc-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create identity file for ssh
run: echo "${{ secrets.EC2_IDENTITY_FILE}}" > vtmunc.pem
- name: SSH into EC2 instance
run: ssh -i vtmunc.pem [email protected]
run: ssh -i vtmunc.pem -o "StrictHostKeyChecking no" [email protected]
- name: Pull image from docker hub
run: docker pull vtmunc/vtmunc:latest
- name: Delete old container
Expand Down

0 comments on commit 0e1a006

Please sign in to comment.