mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Create deploy_be_staging.yml (#1575)
This commit is contained in:
parent
8149ac31c5
commit
218fa48b85
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy_be_staging.yml
vendored
6
.github/workflows/deploy_be_staging.yml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: Deploy Backend Staging
|
name: Deploy Backend Staging
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- "**/release/**"
|
||||||
paths:
|
paths:
|
||||||
- "data/**"
|
- "data/**"
|
||||||
env:
|
env:
|
||||||
|
@ -109,7 +111,7 @@ jobs:
|
||||||
# Deploy to S3 for the staging URL
|
# Deploy to S3 for the staging URL
|
||||||
message: |
|
message: |
|
||||||
** Map Deployed! **
|
** 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
|
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: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repo-token-user-login: "github-actions[bot]"
|
repo-token-user-login: "github-actions[bot]"
|
||||||
|
|
Loading…
Add table
Reference in a new issue