- 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>
5.5 KiB
Executable File
5.5 KiB
Executable File