feat: Update CI/CD workflow to trigger separate backend and dashboard deployments; enhance deployment documentation with Nginx proxy details and OAuth callback URLs
CI-CD / Bot Lint Test Build (push) Successful in 1m24s
CI-CD / Dashboard Lint Build (push) Successful in 14s
CI-CD / Deploy to Coolify (push) Failing after 3s

This commit is contained in:
2026-05-17 19:08:26 +02:00
parent 2b509ce9fe
commit cf564f2886
5 changed files with 188 additions and 97 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
VITE_ADMIN_API_BASE_URL=http://localhost:8787
VITE_DISCORD_CLIENT_ID=
# Must match Discord OAuth2 redirect URI whitelist.
VITE_DISCORD_REDIRECT_URI=http://localhost:5173
# Must exactly match Discord OAuth2 redirect URI whitelist and OAUTH_BRIDGE_REDIRECT_URI.
# Recommended production route: https://admin.openmicodyssey.com/oauth/discord/callback
VITE_DISCORD_REDIRECT_URI=http://localhost:5173/oauth/discord/callback