mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 10:34:18 -08:00
staging BE map
This commit is contained in:
parent
b6594caf46
commit
d2c656ed32
2 changed files with 3 additions and 2 deletions
3
.github/workflows/deploy_be_staging.yml
vendored
3
.github/workflows/deploy_be_staging.yml
vendored
|
@ -107,7 +107,8 @@ jobs:
|
|||
# Deploy to S3 for the staging URL
|
||||
message: |
|
||||
** Map Deployed! **
|
||||
Find it here: https://justice40-data.s3.amazonaws.com/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/tiles
|
||||
Map with Staging Backend: https://screeningtool.geoplatform.gov/en/cejst/?flags=stage_hash=${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}
|
||||
Find tiles here: https://justice40-data.s3.amazonaws.com/data-pipeline-staging/${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}/data/score/tiles
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token-user-login: "github-actions[bot]"
|
||||
allow-repeats: false
|
||||
|
|
2
.github/workflows/deploy_fe_main.yml
vendored
2
.github/workflows/deploy_fe_main.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
with:
|
||||
message: |
|
||||
**🚢 PR Deployed! 🚢**
|
||||
Find it here: https://d3r1k4gynx5dw4.cloudfront.net !
|
||||
Find it here: https://screeningtool.geoplatform.gov !
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token-user-login: "github-actions[bot]" # The user.login for temporary GitHub tokens
|
||||
allow-repeats: false # This is the default
|
||||
|
|
Loading…
Add table
Reference in a new issue