Skip to content

Commit

Permalink
chore: CD 스크립트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Oct 19, 2024
1 parent 72e6ef2 commit 07a6f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/be_cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ jobs:
run: |
until curl -sf http://localhost:${GREEN_PORT}/api/actuator/health | grep "UP"; do sleep 5; done
- name: Switch NGINX to Green Port
- name: Reload NGINX
run: |
sudo sed -i "s/listen 808[01];/listen ${GREEN_PORT};/" /etc/nginx/nginx.conf
sudo systemctl reload nginx
- name: Stop and remove the old environment
Expand Down

0 comments on commit 07a6f53

Please sign in to comment.