Files
blackcanyontickets/scripts/docker-deploy.sh
dzinesco 570d164a7b fix: Load .env file in docker-deploy.sh before checking variables
- Add environment variable loading from .env file in main() function
- Use set -o allexport to export all variables from .env
- Load variables before check_env_vars() is called
- Fixes "Missing required environment variables" error

This ensures the deployment script can access all environment variables
from the .env file before validating they exist.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 19:44:52 -06:00

5.5 KiB
Executable File