Skip to content

Commit

Permalink
fix canary deploy in ci with correct workspace name (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schueren authored Jul 11, 2023
1 parent 3f03c5c commit 3251b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_layer_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if-no-files-found: error
retention-days: 1
- name: CDK deploy canary
run: npm run cdk -w layer -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
update_layer_arn_docs:
needs: deploy-cdk-stack
permissions:
Expand Down

0 comments on commit 3251b9c

Please sign in to comment.