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 committed Aug 10, 2022
1 parent 8149ac3 commit 218fa48
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 @@ -109,7 +111,7 @@ jobs:
# Deploy to S3 for the staging URL
message: |
** Map Deployed! **
Map with Staging Backend: https://screeningtool.geoplatform.gov/en/?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 218fa48

Please sign in to comment.