Skip to content

Commit

Permalink
chore: nginx 컨테이너 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxxgsoo authored Sep 26, 2024
1 parent 33ffe58 commit 0c89886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
key: ${{ secrets.EC2_SSH_KEY }}
script_stop: true
script: |
sudo docker exec -i plat_nginx_server bash -c 'echo "set \$service_url ${{ env.TARGET_UPSTREAM }};" > /etc/nginx/conf.d/service-env.inc && nginx -s reload'
sudo docker exec -i plat-nginx-server bash -c 'echo "set \$service_url ${{ env.TARGET_UPSTREAM }};" > /etc/nginx/conf.d/service-env.inc && nginx -s reload'
- name: Stop current server
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 0c89886

Please sign in to comment.