From d2c656ed3282a3b6c0f445922f54bfcf8879bf54 Mon Sep 17 00:00:00 2001 From: Jorge Escobar Date: Wed, 30 Mar 2022 17:09:10 -0400 Subject: [PATCH] staging BE map --- .github/workflows/deploy_be_staging.yml | 3 ++- .github/workflows/deploy_fe_main.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_be_staging.yml b/.github/workflows/deploy_be_staging.yml index 4965a626..aa802330 100644 --- a/.github/workflows/deploy_be_staging.yml +++ b/.github/workflows/deploy_be_staging.yml @@ -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 diff --git a/.github/workflows/deploy_fe_main.yml b/.github/workflows/deploy_fe_main.yml index 6a975a62..483e3fcf 100644 --- a/.github/workflows/deploy_fe_main.yml +++ b/.github/workflows/deploy_fe_main.yml @@ -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