This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments