Skip to content

Commit

Permalink
chore: 운영 B 서버 nginx 도커화
Browse files Browse the repository at this point in the history
  • Loading branch information
koust6u authored Oct 19, 2024
1 parent 3f51dec commit cb5e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be_cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Switch NGINX to Green Port
run: |
sudo sed -i "s/listen 808[01];/listen ${GREEN_PORT};/" /etc/nginx/nginx.conf
sudo docker exec -it coduo_nginx bash -c "nginx -s reload"
sudo docker exec -i coduo_nginx bash -c "nginx -s reload"
- name: Stop and remove the old environment
run: |
Expand Down

0 comments on commit cb5e08e

Please sign in to comment.