mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
Replace SITE_URL with secret URLs (#1165)
This commit is contained in:
parent
f4926376fa
commit
0c3213875f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy_main.yml
vendored
2
.github/workflows/deploy_main.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
||||||
DATA_SOURCE: cdn
|
DATA_SOURCE: cdn
|
||||||
# TODO: Update main URL when either is back up
|
# TODO: Update main URL when either is back up
|
||||||
SITE_URL: https://d29zfl8cj7y1zf.cloudfront.net/
|
SITE_URL: "${{ secrets.PROD_SITE_URL }}"
|
||||||
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
||||||
- name: Get directory contents
|
- name: Get directory contents
|
||||||
run: ls -la public
|
run: ls -la public
|
||||||
|
|
2
.github/workflows/deploy_staging.yml
vendored
2
.github/workflows/deploy_staging.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# See the client readme for more info on environment variables:
|
# See the client readme for more info on environment variables:
|
||||||
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
# https://github.com/usds/justice40-tool/blob/main/client/README.md
|
||||||
DATA_SOURCE: cdn
|
DATA_SOURCE: cdn
|
||||||
SITE_URL: "http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/"
|
SITE_URL: "${{ secrets.STAGE_SITE_URL }}"
|
||||||
PATH_PREFIX: "/justice40-tool/${{env.DESTINATION_FOLDER}}"
|
PATH_PREFIX: "/justice40-tool/${{env.DESTINATION_FOLDER}}"
|
||||||
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
||||||
- name: Get directory contents
|
- name: Get directory contents
|
||||||
|
|
Loading…
Add table
Reference in a new issue