Skip to content

Commit

Permalink
chore: 포트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 43d8222 commit 493473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/infra/production/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -z $IS_GREEN ];then # blue라면

echo "4. reload nginx"
sudo cp ./nginx.green.conf /etc/nginx/nginx.conf
sudo nginx -s rel
sudo nginx -s reload

echo "5. blue container down"
sudo sudo docker-compose -f docker-compose-blue.yaml down
Expand Down

0 comments on commit 493473b

Please sign in to comment.