Skip to content

Commit

Permalink
Update deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Apr 15, 2024
1 parent c5b0627 commit f6ca576
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6ca576

Please sign in to comment.