We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9f5d5 commit 723a783Copy full SHA for 723a783
.github/actions/cdk-deploy/action.yml
@@ -63,14 +63,14 @@ runs:
63
64
- name: CDK Synth
65
shell: bash
66
- working-directory: ${{ inputs.dir }}
+ working-directory: infrastructure/aws
67
run: uv run npm run cdk -- synth --prefix infrastructure/aws
68
69
- name: Deploy Test
70
if: ${{ inputs.skip_deploy == 'false' }}
71
id: deploy_titiler_cmr_stack
72
run: uv run cdk deploy --all --require-approval never --prefix infrastructure/aws --outputs-file ${HOME}/cdk-outputs.json
73
74
75
env:
76
TITILER_CMR_ROLE_ARN: $TITILER_CMR_READER_ROLE_ARN
0 commit comments