Skip to content

Commit

Permalink
feat: blue green 무중단 배포 스크립트
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Oct 15, 2024
1 parent 5c9d7e0 commit 60aeba9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,7 @@ jobs:
- name: Wait for Application Booting 30 seconds
run: |
echo "Waiting for the application to boot..."
for ((i=1;i<=30;i++)); do
echo -n "."
sleep 1
done
echo # 줄바꿈
sleep 30
# - name: Health check the new container
# run: |
Expand Down

0 comments on commit 60aeba9

Please sign in to comment.