deploy-appengine icon indicating copy to clipboard operation
deploy-appengine copied to clipboard

A GitHub Action that deploys source code to Google App Engine.

Results 17 deploy-appengine issues
Sort by recently updated
recently updated
newest added

### TL;DR Due to GCP migration to Artifact Registry, on new projects one needs to add the Artifact Registry Reader permission to the service account. This is not mentioned in...

bug

### TL;DR The `project_id` Action argument is mapped to `project` when passed to the `deploy` command. https://github.com/google-github-actions/deploy-appengine/blob/24e0c36ed7593b83beee803db490735c270338d6/src/main.ts#L161-L162 So if one passes a GCP project ID (number) instead of the project...

### TL;DR When deploying only cron jobs with `gcloud app deploy api/cron.yaml --promote` the action fails after the cronjobs are deployed. ### Expected behavior The action doesn't fail when successfully...

bug

### TL;DR For whatever reason my pipeline is no longer deploying to app engine with the error ```The component [app-engine-go] is required for staging this application``` What's also strange is...

bug

Bumps the npm_and_yarn group with 2 updates in the /example-app directory: [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading...

dependencies

Adds argument for overriding runtime service account

### TL;DR ``` ERROR: gcloud crashed (MultiError): One or more errors occurred: MaxRe ``` this is all the message thrown. ### Expected behavior Eighter the full error message is shown...

bug