Skip to content

Commit

Permalink
chore(maintenance): add overwrite to artifact arn in layer pipeline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Jan 25, 2024
1 parent 561ffcc commit 9aa68bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_deploy_layer_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
path: ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
if-no-files-found: error
retention-days: 1
overwrite: true
- name: CDK deploy canary
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:
Expand Down

0 comments on commit 9aa68bf

Please sign in to comment.