Skip to content

Commit

Permalink
πŸš€ deploy : deploy.yml
Browse files Browse the repository at this point in the history
- Deploy to AWS EC2μ—μ„œ μ»¨ν…Œμ΄λ„ˆ μž¬μ‹œμž‘ 정책이 잘λͺ» μž‘μ„±λœ λΆ€λΆ„ μˆ˜μ •
  • Loading branch information
mon0mon committed Oct 13, 2023
1 parent 0aded42 commit 52db986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
sudo docker rm ${{ secrets.DOCKERHUB_REPOSITORY }} || true
sudo docker image prune -a || y
sudo docker run -d -p 80:8080 -e SPRING_PROFILES_ACTIVE=prod \
--label io.portainer.accesscontrol.users=gjuser --restart on-failure[5] \
--label io.portainer.accesscontrol.users=gjuser --restart on-failure[:5] \
--name ${{ secrets.DOCKERHUB_REPOSITORY }} \
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest

0 comments on commit 52db986

Please sign in to comment.