File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ansible/roles/metrics/files Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020- Push Docker image to GCR
2121 - ` docker push gcr.io/nodejs-org/index-generator:latest `
2222- Deploy Cloud Run service
23- - ` gcloud run deploy index-generator --image gcr.io/nodejs-org/index-generator:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated `
23+ - ` gcloud run deploy index-generator --image gcr.io/nodejs-org/index-generator:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated `
2424- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525 - ` gcloud run services update-traffic index-generator --to-latest --region us-central1 `
2626
Original file line number Diff line number Diff line change 2020- Push Docker image to GCR
2121 - ` docker push gcr.io/nodejs-org/processcloudflare:latest `
2222- Deploy Cloud Run service
23- - ` gcloud run deploy processlogs --image gcr.io/nodejs-org/processcloudflare:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated `
23+ - ` gcloud run deploy processlogs --image gcr.io/nodejs-org/processcloudflare:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated `
2424- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525 - ` gcloud run services update-traffic processlogs --to-latest --region us-central1 `
2626
Original file line number Diff line number Diff line change 2020- Push Docker image to GCR
2121 - ` docker push gcr.io/nodejs-org/producesummaries:latest `
2222- Deploy Cloud Run service
23- - ` gcloud run deploy produce-summaries --image gcr.io/nodejs-org/producesummaries:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated `
23+ - ` gcloud run deploy produce-summaries --image gcr.io/nodejs-org/producesummaries:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated `
2424- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525 - ` gcloud run services update-traffic produce-summaries --to-latest --region us-central1 `
2626
You can’t perform that action at this time.
0 commit comments