Update environment variables in deployment files for improved configuration
Some checks failed
Deploy Development / deploy (push) Failing after 2m35s
Some checks failed
Deploy Development / deploy (push) Failing after 2m35s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user