Skip to content

Commit

Permalink
fix: make release (prod) deploys match push (dev) deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 1, 2024
1 parent 43b4a85 commit 8f09e22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
project_id: ${{ secrets.PROJECT_ID }}
identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
pause_schedule_job: 'yes'
github_token: ${{ secrets.GITHUB_TOKEN }}
agol_org: ${{ vars.AGOL_ORG }}
tag_name: ${{ vars.TAG_NAME }}
pause_schedule_job: 'yes'
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
deploy-cloudrun-prod:
name: Deploy Cloudrun to production
name: Deploy Cloud Run to production
runs-on: ubuntu-latest
environment:
name: prod
Expand Down Expand Up @@ -38,6 +38,8 @@ jobs:
deploy-firebase-prod:
name: Deploy Firebase project to production
runs-on: ubuntu-latest
permissions:
id-token: write
environment:
name: prod
url: https://ut-dts-agrc-moonwalk-prod.web.app/
Expand All @@ -54,8 +56,8 @@ jobs:
identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
project_id: ${{ secrets.PROJECT_ID }}
build_command: npm run build -- --mode production
firebase_config: ${{ secrets.FIREBASE_CONFIG }}
build_command: npm run build -- --mode production

notify:
name: Notifications
Expand Down

0 comments on commit 8f09e22

Please sign in to comment.