docs: update instructions #22
push.back.yml
on: push
Deploy dev GCP infrastructure
3m 49s
Deploy prod GCP infrastructure
0s
Annotations
1 error
Deploy dev GCP infrastructure
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy app --quiet --image gcr.io/***/app --update-env-vars ^86^ASPNETCORE_URLS=http://+:808086ASPNETCORE_ENVIRONMENT=Production --update-secrets ^ecf^/secrets/dotnet/appsettings.Production.json=dotnet-appsettings:latest --update-labels ^9d^managed-by=github-actions9dcommit-sha=b7096d8b0e09ac8d7bc207166e6d7bf9101166ce --platform managed --format json --region us-central1 --service-account cloud-run-sa@***.iam.gserviceaccount.com --vpc-connector *** --vpc-egress all-traffic --max-instances 5 --concurrency 250 --cpu 1 --memory 512Mi --timeout 5m`: Deploying container to Cloud Run service [app] in project [***] region [us-central1]
Deploying...
Creating Revision................................................................................................................................................................................................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision 'app-00047-4sn' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=***&resource=cloud_run_revision/service_name/app/revision_name/app-00047-4sn&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22app%22%0Aresource.labels.revision_name%3D%22app-00047-4sn%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
|