Skip to content

Commit

Permalink
github-actions 블루그린 배포 sleep시간 변경
Browse files Browse the repository at this point in the history
30 -> 40
  • Loading branch information
HyeokJoon authored Jul 26, 2024
1 parent 0df7034 commit ea44c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
script: |
sudo docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
sudo docker stop github-actions-demo
# sudo docker stop github-actions-demo
# sudo docker run --name github-actions-demo --rm --env-file ./.env -p 8080:8080 -d ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
# sudo docker system prune -f
Expand Down

0 comments on commit ea44c93

Please sign in to comment.