remove unchanged env vars #27
Annotations
1 error and 2 warnings
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy website-project --source ./ --update-env-vars ^,^DOMAIN="https://gdcheerios.com" --update-secrets ^,^DB_HOSTNAME=PROD_DB_HOSTNAME:latest,DB_PASSWORD=PROD_DB_PASSWORD:latest,DB_USER=PROD_DB_USER:latest,DB=PROD_DB:latest,OSU_API_KEY=OSU_API_KEY:latest,OSU_SECRET=OSU_SECRET:latest,CLIENT_ID=CLIENT_ID:latest,SECRET=SECRET:latest --update-labels ^,^managed-by=github-actions,commit-sha=9da3f4022d1cf5c05499d7a8f4735fc791133b50 --format json --region us-central1`: This command is equivalent to running `gcloud builds submit --tag [IMAGE] ./` and `gcloud run deploy website-project --image [IMAGE]`
Building using Dockerfile and deploying container to Cloud Run service [website-project] in project [gdcheerioscom] region [us-central1]
Building and deploying...
Uploading sources.................done
Building Container.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
Creating Revision.....................................................................................................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision 'website-project-00022-lsg' is not ready and cannot serve traffic. spec.template.spec.containers[0].env[4].value_from.secret_key_ref.name: Secret projects/768620707395/secrets/PROD_DB/versions/latest was not found
spec.template.spec.containers[0].env[5].value_from.secret_key_ref.name: Secret projects/768620707395/secrets/OSU_API_KEY/versions/latest was not found
spec.template.spec.containers[0].env[6].value_from.secret_key_ref.name: Secret projects/768620707395/secrets/OSU_SECRET/versions/latest was not found
spec.template.spec.containers[0].env[7].value_from.secret_key_ref.name: Secret projects/768620707395/secrets/CLIENT_ID/versions/latest was not found
spec.template.spec.containers[0].env[8].value_from.secret_key_ref.name: Secret projects/768620707395/secrets/SECRET/versions/latest was not found
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading