Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit b98d703

Browse files
authored
[HOTFIX]: Update staging deploys for worker and webhooks to use correct stack name (#885)
* [HOTFIX]: Add GitHub Bot password * [HOTFIX]: Fix build commands for staging * [HOTFIX]: Update github action * [HOTFIX]: Consolidate feature branch commands
1 parent a302998 commit b98d703

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/deploy-stg-enhanced-webhooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
npm ci
2929
cd cdk-infra/
3030
npm ci
31-
npm run deploy:enhanced:webhooks -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg
32-
npm run deploy:enhanced:webhooks -- -c env=stg -c customFeatureName=enhancedApp-stg
31+
npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-webhooks
32+
npm run deploy:feature:stack -- -c env=stg -c customFeatureName=enhancedApp-stg auto-builder-stack-enhancedApp-stg-webhooks
3333

.github/workflows/deploy-stg-enhanced-worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
cd cdk-infra/
2929
npm ci
30-
npm run deploy:enhanced:worker -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg
31-
npm run deploy:enhanced:worker -- -c env=stg -c customFeatureName=enhancedApp-stg
30+
npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker
31+
npm run deploy:feature:stack -- -c env=stg -c customFeatureName=enhancedApp-stg auto-builder-stack-enhancedApp-stg-worker
3232

cdk-infra/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"deploy:enhanced:webhooks": "cdk deploy auto-builder-stack-enhancedApp-webhooks -c enhanced=true--require-approval never --exclusively",
1515
"deploy:enhanced:queues": "cdk deploy auto-builder-stack-enhancedApp-queues -c enhanced=true --require-approval never --exclusively",
1616
"deploy:feature": "cdk deploy -c enhanced=true --require-approval never --all",
17-
"deploy:feature:worker": "cdk deploy -c enhanced=true --require-approval never --exclusively",
18-
"deploy:feature:webhooks": "cdk deploy -c enhanced=true --require-approval never --exclusively"
19-
17+
"deploy:feature:stack": "cdk deploy -c enhanced=true --require-approval never --exclusively"
2018
},
2119
"devDependencies": {
2220
"@swc/core": "^1.3.66",

0 commit comments

Comments
 (0)