Skip to content

Commit

Permalink
feat : Update be-autodeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTH916 authored Jan 28, 2024
1 parent 39eeb54 commit 2f766cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: SSH Connection to EC2 Instance
run: |
ssh -vvv -i ~/.ssh/id_rsa.pem ubuntu@${{ secrets.DEV_HOST }} 'echo "Connected to EC2 Instance"'
ssh -vvv -i ~/.ssh/id_rsa.pem ubuntu@${{ secrets.DEV_HOST }} -o ConnectTimeout=10 'echo "Connected to EC2 Instance"'
docker pull ${{ secrets.NCP_CONTAINER_REGISTRY }}/nibobnebob
docker stop my_was_container
docker rm my_was_container
Expand Down

0 comments on commit 2f766cd

Please sign in to comment.