Skip to content

Commit

Permalink
Please
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburgess2025 committed Aug 9, 2023
1 parent 6239573 commit 88d891a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ jobs:
run: |
echo $GOOGLE_APPLICATION_CREDENTIALS > ~/google-credentials.json
gcloud auth activate-service-account --key-file ~/google-credentials.json
gcloud run services update-traffic baseline-backend --project getbaselineapp --to-latest
gcloud run services update-traffic baseline-backend --project getbaselineapp --to-latest --region us-central1
gcloud run services update baseline-backend --project getbaselineapp --platform managed --ingress internal-and-cloud-load-balancing
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GETBASELINEAPP }}
SVC_EMAIL_SERVICE_ACCOUNT_GETBASELINEAPP: ${{ secrets.SVC_EMAIL_SERVICE_ACCOUNT_GETBASELINEAPP }}

0 comments on commit 88d891a

Please sign in to comment.