Skip to content

Commit 314c332

Browse files
Attempt to fix working directory
1 parent 3f08f34 commit 314c332

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ runs:
7979
shell: bash
8080
env:
8181
TITILER_CMR_ROLE_ARN: $TITILER_CMR_READER_ROLE_ARN
82-
TITILER_CMR_STAGE: staging
82+
TITILER_CMR_STAGE: test
8383
# TODO: are these being used?
8484
TITILER_CMR_ADDITIONAL_ENV: '{"TITILER_CMR_S3_AUTH_STRATEGY":"iam", "TITILER_CMR_API_DEBUG":"TRUE"}'

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
needs: [define-environment]
3434
environment: ${{ needs.define-environment.outputs.env_name }}
3535
concurrency: ${{ needs.define-environment.outputs.env_name }}
36-
env:
37-
DIRECTORY: titiler-cmr
3836

3937
steps:
4038
- name: Checkout
@@ -52,7 +50,7 @@ jobs:
5250
- name: Run titiler-cmr deployment
5351
uses: "./.github/actions/cdk-deploy"
5452
with:
55-
dir: "${{ env.DIRECTORY }}/infrastructure/aws"
53+
dir: "./infrastructure/aws"
5654
env_aws_secret_name: ${{ vars.ENV_AWS_SECRET_NAME }}
5755
script_path: "./.github/workflows/generate_env_file.py"
5856

0 commit comments

Comments
 (0)