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

1 Commits

Author SHA1 Message Date
cesnimda 46be8648a2 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
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>
2026-07-01 12:17:15 +02:00