Automated staging deploy: build env from secrets #2

Merged
cesnimda merged 1 commits from fix/staging-deploy-secrets into develop 2026-07-01 12:35:58 +02:00
Owner

Regenerate deploy/.env.staging from Gitea Actions secrets at deploy time (the host-mode runner's clean checkout lacks the git-ignored file), and drop the redundant host build/test. Enables fully automated dev->staging: every merge to develop redeploys the local staging stack.

🤖 Generated with Claude Code

Regenerate deploy/.env.staging from Gitea Actions secrets at deploy time (the host-mode runner's clean checkout lacks the git-ignored file), and drop the redundant host build/test. Enables fully automated dev->staging: every merge to develop redeploys the local staging stack. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cesnimda added 1 commit 2026-07-01 12:32:42 +02:00
ci(staging): build env from Gitea secrets; drop redundant host build
CI / backend (pull_request) Successful in 1m7s
CI / frontend (pull_request) Successful in 23s
Security / secrets (pull_request) Successful in 5s
Security / dependencies (pull_request) Successful in 1m16s
46be8648a2
The host-mode runner does a clean checkout without the git-ignored
deploy/.env.staging, so regenerate it from Actions secrets
(STAGING_POSTGRES_PASSWORD / STAGING_GOOGLE_CLIENT_ID / STAGING_GOOGLE_CLIENT_SECRET)
at deploy time. Drop the duplicate host build+test — 'docker compose --build'
compiles the API image in-container and CI already gates tests on the PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cesnimda merged commit 8727be9e94 into develop 2026-07-01 12:35:58 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cesnimda/Inboxintel#2