Skip to content

Commit

Permalink
Fix stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
cgodwin1 committed Oct 31, 2024
1 parent 760668f commit 37b2ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
npm install
STAGE=dev${PR_NUMBER} cdk synth -c stage=dev${PR_NUMBER} -c account=${AWS_ACCOUNT_ID} -c region=${AWS_DEFAULT_REGION}
STAGE=dev${PR_NUMBER} cdk deploy -c stage=dev${PR_NUMBER} -c account=${AWS_ACCOUNT_ID} -c region=${AWS_DEFAULT_REGION} \
dev${PR_NUMBER}-RedirectStack --require-approval never
dev${PR_NUMBER}-HelloWorldStack --require-approval never
popd
deploy-text-extractor:
environment:
Expand Down

0 comments on commit 37b2ba1

Please sign in to comment.