update #109
deploy.yml
on: push
deploy-auth
/
...
/
lint
48s
deploy-client
/
...
/
lint
22s
deploy-notes
/
...
/
lint
43s
deploy-users
/
...
/
lint
1m 17s
deploy-utils
/
...
/
lint
48s
deploy-auth
/
deploy
3m 48s
deploy-client
/
deploy
1m 13s
deploy-notes
/
deploy
2m 48s
deploy-users
/
deploy
5m 59s
deploy-utils
/
deploy
3m 30s
Annotations
3 errors
deploy-notes / deploy
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy notes --quiet --image europe-north1-docker.pkg.dev/rusve-384620/rusve-repo/notes:5196eaba78df8420dd3079867fd12ffba9985e51 --update-env-vars ENV=production,DATABASE_URL=***&dbname=notes --update-labels managed-by=github-actions,commit-sha=5196eaba78df8420dd3079867fd12ffba9985e51 --platform managed --format json --region europe-north1`: Deploying container to Cloud Run service [notes] in project [rusve-384620] region [europe-north1]
Deploying...
Creating Revision...............done
Routing traffic......................................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision 'notes-00017-5nk' 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=rusve-384620&resource=cloud_run_revision/service_name/notes/revision_name/notes-00017-5nk&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22notes%22%0Aresource.labels.revision_name%3D%22notes-00017-5nk%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
|
deploy-auth / deploy
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy auth --quiet --image europe-north1-docker.pkg.dev/rusve-384620/rusve-repo/auth:5196eaba78df8420dd3079867fd12ffba9985e51 --update-env-vars ENV=production,RUST_LOG=info,CLIENT_URL=https://www.rusve.app,SERVER_URL=https://auth-cdb5ecy4ia-lz.a.run.app,DATABASE_URL=***&dbname=users,GOOGLE_CLIENT_ID=***,GOOGLE_CLIENT_SECRET=***,GITHUB_CLIENT_ID=***,GITHUB_CLIENT_SECRET=*** --update-labels managed-by=github-actions,commit-sha=5196eaba78df8420dd3079867fd12ffba9985e51 --platform managed --format json --region europe-north1`: Deploying container to Cloud Run service [auth] in project [rusve-384620] region [europe-north1]
Deploying...
Creating Revision...............done
Routing traffic.................................................................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision 'auth-00009-5d6' 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=rusve-384620&resource=cloud_run_revision/service_name/auth/revision_name/auth-00009-5d6&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22auth%22%0Aresource.labels.revision_name%3D%22auth-00009-5d6%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
|
deploy-users / deploy
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy users --quiet --image europe-north1-docker.pkg.dev/rusve-384620/rusve-repo/users:5196eaba78df8420dd3079867fd12ffba9985e51 --update-env-vars ENV=production,DATABASE_URL=***&dbname=users,STRIPE_API_KEY=***,STRIPE_PRICE_ID=*** --update-labels managed-by=github-actions,commit-sha=5196eaba78df8420dd3079867fd12ffba9985e51 --platform managed --format json --region europe-north1`: Deploying container to Cloud Run service [users] in project [rusve-384620] region [europe-north1]
Deploying...
Creating Revision...................done
Routing traffic..................................................................................................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision 'users-00020-7df' 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=rusve-384620&resource=cloud_run_revision/service_name/users/revision_name/users-00020-7df&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22users%22%0Aresource.labels.revision_name%3D%22users-00020-7df%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
|