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:
parent
c3e80c2dad
commit
9673496211
2 changed files with 3 additions and 0 deletions
1
.github/workflows/cd-infra.yml
vendored
1
.github/workflows/cd-infra.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy Infrastructure
|
||||
runs-on: ubuntu-latest
|
||||
environment: infra
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue