Skip to content

Commit 7249777

Browse files
jonphippsclaude
andcommitted
fix: correct remaining 'dev' to 'development' in deploy-dev-legacy workflow
- Fixed DOCS_ENV from 'dev' to 'development' for portal builds - Fixed DOCS_ENV from 'dev' to 'development' for standards builds - Fixed validation environment from 'dev' to 'development' - Resolves "Configuration missing for portal in dev" error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 64fe3e6 commit 7249777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-dev-legacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
BASE_URL: /standards-dev/
116116
NODE_ENV: production
117-
DOCS_ENV: dev
117+
DOCS_ENV: development
118118

119119
- name: Upload portal artifact
120120
uses: actions/upload-artifact@v4
@@ -189,7 +189,7 @@ jobs:
189189
env:
190190
BASE_URL: /standards-dev/${{ matrix.standard }}/
191191
NODE_ENV: production
192-
DOCS_ENV: dev
192+
DOCS_ENV: development
193193

194194
- name: Upload ${{ matrix.standard }} artifact
195195
if: steps.should-build.outputs.build == 'true'
@@ -413,4 +413,4 @@ jobs:
413413
needs: deploy
414414
uses: ./.github/workflows/site-validation.yml
415415
with:
416-
environment: 'dev'
416+
environment: 'development'

0 commit comments

Comments
 (0)