Skip to content

Commit 723a783

Browse files
Use infrastructure/aws as working directory
1 parent 4a9f5d5 commit 723a783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ runs:
6363

6464
- name: CDK Synth
6565
shell: bash
66-
working-directory: ${{ inputs.dir }}
66+
working-directory: infrastructure/aws
6767
run: uv run npm run cdk -- synth --prefix infrastructure/aws
6868

6969
- name: Deploy Test
7070
if: ${{ inputs.skip_deploy == 'false' }}
7171
id: deploy_titiler_cmr_stack
7272
run: uv run cdk deploy --all --require-approval never --prefix infrastructure/aws --outputs-file ${HOME}/cdk-outputs.json
73-
working-directory: ${{ inputs.dir }}
73+
working-directory: infrastructure/aws
7474
shell: bash
7575
env:
7676
TITILER_CMR_ROLE_ARN: $TITILER_CMR_READER_ROLE_ARN

0 commit comments

Comments
 (0)