Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburgess2025 committed Aug 8, 2023
1 parent 33ed90d commit 1aa9bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +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 baseline-backend --region us-central1 --platform managed --traffic-split=latest=100 --ingress=internal-and-cloud-load-balancing
gcloud run services update-traffic baseline-backend --region us-central1 --platform managed --to-latest
gcloud run services update baseline-backend --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 }}
Expand Down

0 comments on commit 1aa9bf4

Please sign in to comment.