Fix: cors 테스트 소스 추가 #23
Annotations
1 error
|
build-deploy
google-github-actions/deploy-cloudrun failed with: failed to deploy: Deploying container to Cloud Run service [stiky-api] in project [stiky-prod] region [asia-northeast3]
Deploying...
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=8080 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=stiky-prod&resource=cloud_run_revision/service_name/stiky-api/revision_name/stiky-api-00019-4bg&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22stiky-api%22%0Aresource.labels.revision_name%3D%22stiky-api-00019-4bg%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
, full command:
gcloud run deploy stiky-api --image asia-northeast3-docker.pkg.dev/stiky-prod/stiky-repo/stiky-api:6d6ea6266055ca8552376fce7bce3f09585fb17d --update-labels ^,^managed-by=github-actions,commit-sha=6d6ea6266055ca8552376fce7bce3f09585fb17d --format json --region asia-northeast3
|