deploy.yaml
on: push
Deploying to Google App Engine
42s
Annotations
1 error
Deploying to Google App Engine
google-github-actions/deploy-appengine failed with: failed to execute gcloud command `gcloud app deploy --format json app.yaml --promote`: Services to deploy:
descriptor: [/home/runner/work/solana-devnet-faucet-backend/solana-devnet-faucet-backend/app.yaml]
source: [/home/runner/work/solana-devnet-faucet-backend/solana-devnet-faucet-backend]
target project: [***]
target service: [devnet-faucet-backend]
target version: [20241110t002245]
target url: [https://devnet-faucet-backend-dot-***.de.r.appspot.com]
target service account: [***@appspot.gserviceaccount.com]
Beginning deployment of service [devnet-faucet-backend]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 2 files to Google Cloud Storage ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Legacy health checks are no longer supported for the App Engine Flexible environment. Please remove the 'health_check' section from your app.yaml and configure updated health checks. For instructions on migrating to split health checks see https://cloud.google.com/appengine/docs/flexible/java/migrating-to-split-health-checks
|