Merge pull request #618 from 1EdTech/develop #2
Annotations
1 error
|
Deploy
google-github-actions/deploy-cloudrun failed with: failed to deploy: Deploying container to Cloud Run service [microsites-ob] in project [specautomation-458709] region [us-central1]
Deploying...
Setting IAM Policy............done
Creating Revision.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) The user-provided container failed to start and listen on the port defined provided by the PORT=4321 environment variable within the allocated timeout. This can happen when the container port is misconfigured or if the timeout is too short. The health check timeout can be extended. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=specautomation-458709&resource=cloud_run_revision/service_name/microsites-ob/revision_name/microsites-ob-00002-fqq&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22microsites-ob%22%0Aresource.labels.revision_name%3D%22microsites-ob-00002-fqq%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
, full command:
gcloud run deploy microsites-ob --image us-central1-docker.pkg.dev/specautomation-458709/microsites/microsites-ob:7d6122beed5f0d4c2521f1e07e8e9222f3718ac4 --update-labels ^,^managed-by=github-actions,commit-sha=7d6122beed5f0d4c2521f1e07e8e9222f3718ac4 --format json --region us-central1 --allow-unauthenticated --ingress internal-and-cloud-load-balancing --port 4321 --set-env-vars ASTRO_BASE_PATH=open-badges --set-env-vars AUTH0_DOMAIN=prod-1edtech.us.auth0.com --set-env-vars AUTH0_CLIENT_ID=m4FbT7QEPBSAFO7qsBOiIBFwRmmbTqqB --set-env-vars AUTH0_CLIENT_SECRET=*** --set-env-vars AUTH0_AUDIENCE=https://ns.1edtech.org/services/ --set-env-vars AUTH_COOKIE_SECRET=*** --set-env-vars AUTH_REDIRECT_URI=https://standards.1edtech.org/open-badges/auth/callback --set-env-vars AUTH_POST_LOGIN_REDIRECT=/open-badges/ --set-env-vars MPS_API_KEY=***
|