Skip to content

fix(ci): write .env.staging so Docker build resolves COPY step#99

Merged
MaryWylde merged 1 commit intodevfrom
feat/ai-atlas
May 8, 2026
Merged

fix(ci): write .env.staging so Docker build resolves COPY step#99
MaryWylde merged 1 commit intodevfrom
feat/ai-atlas

Conversation

@MaryWylde
Copy link
Copy Markdown
Contributor

Dockerfile builds with APP_ENV=staging and COPYs .env.staging into the runner stage; CI was only writing .env, so the build failed at "/app/.env.staging": not found. Mirror the secret into both files for each branch step.

Dockerfile builds with APP_ENV=staging and COPYs .env.staging into the
runner stage; CI was only writing .env, so the build failed at
"/app/.env.staging": not found. Mirror the secret into both files for
each branch step.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@MaryWylde MaryWylde merged commit c015abc into dev May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants