File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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"}'
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments