From f6ca576c9a55f74cf6d3cf1b058ee1a592882cfc Mon Sep 17 00:00:00 2001 From: branberry Date: Mon, 15 Apr 2024 10:30:11 -0500 Subject: [PATCH] Update deploy step --- .github/workflows/update-feature-branch.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-feature-branch.yml b/.github/workflows/update-feature-branch.yml index 6a8d8230f..0192d8961 100644 --- a/.github/workflows/update-feature-branch.yml +++ b/.github/workflows/update-feature-branch.yml @@ -83,4 +83,7 @@ jobs: - name: Update Worker Stack run: | cd cdk-infra/ - npm run deploy:feature -- -c isFeatureBranch=true -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} + npm run deploy:feature:stack -- -c isFeatureBranch=true -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} \ + auto-builder-stack-enhancedApp-stg-${{github.head_ref}}-worker + npm run deploy:feature:stack -- -c isFeatureBranch=true -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} \ + auto-builder-stack-enhancedApp-stg-${{github.head_ref}}-webhooks