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 08f7122 commit 1bcff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
--name $NGINX_CONTAINER_NAME \
--network $NETWORK_NAME \
-p 80:80 \
-v $(pwd)/nginx-conf:/etc/nginx/conf.d:ro \
-v $(pwd)/nginx-conf:/etc/nginx/conf.d \
nginx
echo "New Nginx container created and running."
Expand Down

0 comments on commit 1bcff15

Please sign in to comment.