Skip to content

Commit

Permalink
ci: comment out sed nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
wildan3105 committed Nov 18, 2024
1 parent e4bf685 commit 380ba08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-blue-green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
echo "Delay finished"
echo "Update nginx port..."
sudo sed -i '' "s|proxy_pass http://localhost:[0-9]*;|proxy_pass http://localhost:$port;|" "${{ env.NGINX_CONF }}"
sudo nginx -s reload
# sudo sed -i '' "s|proxy_pass http://localhost:[0-9]*;|proxy_pass http://localhost:$port;|" "${{ env.NGINX_CONF }}"
# sudo nginx -s reload
echo "Nginx updated"

0 comments on commit 380ba08

Please sign in to comment.