Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquang111 committed Aug 26, 2024
1 parent a9a1db7 commit 10510b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
chmod 600 private_key.pem
ssh -i private_key.pem -o StrictHostKeyChecking=no ${USER}@${HOST} << EOF
sudo docker pull $DOCKER_IMAGE
sudo docker run -d -p 80:8080 --name "go-service" $DOCKER_IMAGE
EOF

0 comments on commit 10510b6

Please sign in to comment.