From 73f502452de217508fd193f01b5c04c556b8013b Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Fri, 29 Jul 2022 15:21:41 -0700 Subject: [PATCH] Update staging link to new CDN link --- .github/workflows/deploy_fe_staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_fe_staging.yml b/.github/workflows/deploy_fe_staging.yml index efd4877c..5a42c170 100644 --- a/.github/workflows/deploy_fe_staging.yml +++ b/.github/workflows/deploy_fe_staging.yml @@ -94,7 +94,7 @@ jobs: # Deploy to S3 for the staging URL message: | **🚢 Here is the frontend staging link: 🚢** - Find it here: http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/${{env.DESTINATION_FOLDER}}/en/ ! + Find it here: https://screeningtool-staging.geoplatform.gov/${{env.DESTINATION_FOLDER}}/en/ ! 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