Update environment variables in deployment files for improved configuration
Some checks failed
Deploy Development / deploy (push) Failing after 2m35s

This commit is contained in:
Frank John Begornia
2025-12-18 13:48:54 +08:00
parent 0052044d6a
commit cd4c7086bf
3 changed files with 18 additions and 4 deletions

View File

@@ -51,7 +51,8 @@ jobs:
cd \$DEPLOY_DIR
# .env file should already exist on server with all required variables
# Required: DB_*, IMAGES_DIRECTORY, PRODUCTION_PRIVATE_SERVER
# Required: DB_*, PROD_PRIVATE, IMAGES_URL, UPLOAD_URL
# Required: MAIL_*, CAPTCHA_*, ANALYTICS_*
# If it doesn't exist, deployment will fail (this is intentional for security)
docker compose down || true