Skip to content

Commit

Permalink
new idea part #8
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamrahmani committed May 28, 2024
1 parent de6c643 commit baec512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
docker stop my-container || true
docker rm my-container || true
docker run -d --name my-container -p 80:5000 ${{ secrets.DOCKER_HUB_USERNAME }}/flask-app-image-repository:latest
EOF
EOF
done
Expand Down

0 comments on commit baec512

Please sign in to comment.