Add GitHub environments to CD workflows

- cd-apps: uses `production` environment for AGE_SECRET_KEY
- cd-infra: uses `infra` environment for AGE_SECRET_KEY

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-27 17:34:28 +01:00
parent c3e80c2dad
commit 9673496211
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
deploy:
name: Deploy Infrastructure
runs-on: ubuntu-latest
environment: infra
steps:
- uses: actions/checkout@v6