fix new-app: retry build trigger, clean up temp nginx conf, add remove-app script

This commit is contained in:
2026-03-16 21:07:34 -04:00
parent e86b7bc58f
commit 7df77db7b3
3 changed files with 94 additions and 5 deletions
+1
View File
@@ -27,6 +27,7 @@ NGINXCONF
certbot certonly --webroot -w /opt/hantim/docker/nginx/certbot/www \
--non-interactive --agree-tos --register-unsafely-without-email \
--cert-name "$APP" -d "$APP" -d "www.$APP"
rm -f "/opt/hantim/docker/nginx/conf.d/$APP.conf"
echo "Certificate issued for $APP"
exit 0
fi