Skip to content

Commit ffd168d

Browse files
authored
Update docker-image.yml
1 parent 910035a commit ffd168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Deploy Docker container on EC2
8989
run: |
90-
ssh -i ~/.ssh/id_rsa ${{ vars.EC2_USER }}@${{ secrets.EC2_HOST }} << 'EOF'
90+
ssh -i ~/.ssh/id_rsa ${{ vars.EC2_USER }}@${{ vars.EC2_HOST }} << 'EOF'
9191
docker pull manojkumar8008/myapp1:latest
9292
docker stop myapp || true
9393
docker rm myapp || true

0 commit comments

Comments
 (0)