Skip to content

Commit 3251b9c

Browse files
author
Alexander Schueren
authored
fix canary deploy in ci with correct workspace name (#1601)
1 parent 3f03c5c commit 3251b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if-no-files-found: error
9696
retention-days: 1
9797
- name: CDK deploy canary
98-
run: npm run cdk -w layer -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
98+
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
9999
update_layer_arn_docs:
100100
needs: deploy-cdk-stack
101101
permissions:

0 commit comments

Comments
 (0)