Skip to content

Commit 1e78396

Browse files
codebamclaude
andcommitted
ci: target the repo's existing 'prod' environment
The repo defines environments 'dev' and 'prod'; the workflow referenced a 'production' environment that does not exist. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GaLeuxVikb3iH2Etw2tHe7
1 parent 7cf64ab commit 1e78396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: startsWith(github.ref, 'refs/tags/bot-v')
6565
needs: check
6666
runs-on: ubuntu-latest
67-
environment: production
67+
environment: prod
6868
steps:
6969
- uses: actions/checkout@v4
7070
with:
@@ -92,7 +92,7 @@ jobs:
9292
if: startsWith(github.ref, 'refs/tags/webapp-v')
9393
needs: check
9494
runs-on: ubuntu-latest
95-
environment: production
95+
environment: prod
9696
steps:
9797
- uses: actions/checkout@v4
9898
with:

0 commit comments

Comments
 (0)