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
fix: inject per-app credentials into deploy/.env during deploy
The deploy workflow sourced per-app credentials but never wrote them
into deploy/.env, so the container never received them. Now sed patches
DATABASE_URL, S3_ACCESS_KEY, S3_SECRET_KEY, and S3_BUCKET after sourcing
the credentials file. Also updates env.template to reflect per-app pattern.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments