You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: [#28] add mandatory PROVIDER parameter to all infrastructure scripts
- Updated all infrastructure scripts to require PROVIDER parameter without defaults
- Added provider auto-detection logic to e2e test script based on environment
- Modified scripts: provision-infrastructure.sh, deploy-app.sh, health-check.sh, configure-env.sh, validate-config.sh
- Updated Makefile to provide defaults only for development workflows (dev-* targets)
- Fixed e2e test to include PROVIDER parameter in all make commands
- Renamed config files to explicit provider format (development-libvirt.env, production-hetzner.env)
- All scripts now fail appropriately when required parameters are missing
- Development workflows maintain convenience with automatic defaults
Changes eliminate ambiguity about which provider is being used and ensure
explicit provider specification for all infrastructure operations.
0 commit comments