Skip to content

Commit

Permalink
Create deploy_be_staging.yml (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-nechamkin authored Apr 18, 2022
1 parent 1ce1240 commit 52b6d92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_be_staging.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy Backend Staging
on:
pull_request:
branches: [main]
branches:
- main
- "**/release/**"
paths:
- "data/**"
env:
Expand Down Expand Up @@ -107,7 +109,7 @@ jobs:
# Deploy to S3 for the staging URL
message: |
** Map Deployed! **
Map with Staging Backend: https://screeningtool.geoplatform.gov/en/cejst/?flags=stage_hash=${{env.PR_NUMBER}}/${{env.SHA_NUMBER}}
Map with Staging Backend: https://screeningtool.geoplatform.gov/en?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]"
Expand Down

0 comments on commit 52b6d92

Please sign in to comment.