diff --git a/.github/workflows/deploy-prd-enhanced-worker.yml b/.github/workflows/deploy-prd-enhanced-worker.yml index 10eb08325..7f758994b 100644 --- a/.github/workflows/deploy-prd-enhanced-worker.yml +++ b/.github/workflows/deploy-prd-enhanced-worker.yml @@ -21,7 +21,7 @@ jobs: aws-region: us-east-2 - name: Deploy Enhanced Infrastructure run: | + npm ci cd cdk-infra/ npm ci npm run deploy:enhanced:worker -- -c env=prd -c customFeatureName=enhancedApp - diff --git a/.github/workflows/deploy-stg-enhanced-worker.yml b/.github/workflows/deploy-stg-enhanced-worker.yml index c779ff49b..4690585f6 100644 --- a/.github/workflows/deploy-stg-enhanced-worker.yml +++ b/.github/workflows/deploy-stg-enhanced-worker.yml @@ -25,6 +25,7 @@ jobs: aws-region: us-east-2 - name: Deploy Enhanced Infrastructure run: | + npm ci cd cdk-infra/ npm ci npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker