Skip to content

Commit

Permalink
add CMR_URLS to deployed app (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn authored Nov 12, 2024
1 parent cb990b3 commit 7f04e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
CLIENT_CERTIFICATE_ARN: "${{ vars.CLIENT_CERTIFICATE_ARN }}"
CLIENT_DOMAIN_NAME: "${{ vars.CLIENT_DOMAIN_NAME }}"
STAC_API_URLS: ${{ vars.STAC_API_URLS }}
CMR_URLS: ${{ vars.CMR_URLS }}
run: |
start_time=$(date +%s)
poetry run npx cdk deploy --all --require-approval never --outputs-file cdk-output.json
Expand Down

0 comments on commit 7f04e17

Please sign in to comment.