We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55506d commit dfbaa35Copy full SHA for dfbaa35
.github/workflows/deploy-backend.yml
@@ -167,6 +167,8 @@ jobs:
167
}
168
169
NGINX_EOF
170
+ # Remove legacy config if it exists to avoid duplication
171
+ sudo rm -f /etc/nginx/conf.d/svcwatch.conf
172
sudo cp /tmp/svcwatch_nginx.conf /etc/nginx/conf.d/svcwatch-backend.conf
173
sudo nginx -t && sudo nginx -s reload
174
echo "✅ Nginx configured for https://$DOMAIN:8080"
0 commit comments