Add prod environment to deploy workflow for GitHub Environments UI

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 09:45:03 -04:00
parent f605346780
commit 4206ffbfe5
+1
View File
@@ -22,6 +22,7 @@ jobs:
name: Deploy app
runs-on: ubuntu-latest
needs: test
environment: prod
concurrency: deploy-group
steps:
- uses: actions/checkout@v4