Update deployment scripts to specify required environment variables in .env file and docker-compose
All checks were successful
Deploy Development / deploy (push) Successful in 2m11s

This commit is contained in:
Frank John Begornia
2025-12-18 13:13:24 +08:00
parent 246f6b2c0f
commit e45cfb5ebd
3 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,8 @@ jobs:
echo "🔍 Checking .env file"
if [ ! -f .env ]; then
echo "❌ .env file not found at $DEPLOY_DIR/.env"
echo "Please create it first. See DEPLOYMENT-SETUP.md"
echo "Please create it first with required variables:"
echo " - DB_*, IMAGES_DIRECTORY, PRODUCTION_PRIVATE_SERVER"
exit 1
fi