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
PR #203 parameterized the infrastructure for multi-environment deployment. The following manual steps are needed to bootstrap the production environment.
Tasks
Create production GitHub environment in repo settings
Bootstrap production: DEPLOY_ENV=production pixi run -e deployment cloud-deploy-direct
Update deploy-production.yml WIF_PROVIDER placeholder with real value from cloud-outputs
Upload production secrets (GSheets credentials, USDA API key)
Run production migrations and seed admin
Create first GitHub Release to test production CD pipeline
Context
PR #203 parameterized the infrastructure for multi-environment deployment. The following manual steps are needed to bootstrap the production environment.
Tasks
productionGitHub environment in repo settingsDEPLOY_ENV=production pixi run -e deployment cloud-deploy-directdeploy-production.ymlWIF_PROVIDER placeholder with real value fromcloud-outputs