deploy-appengine
deploy-appengine copied to clipboard
A GitHub Action that deploys source code to Google App Engine.
### TL;DR Add a flag for `cloud_build_timeout` ### Detailed design If you are deploying from the command line, you could change the Cloud Build timeout setting like so: ``` gcloud...
### TL;DR There should be `service-account` option here. Now (according to documentation [here](https://cloud.google.com/sdk/gcloud/reference/app/deploy)) only default service account can be used.
### TL;DR Could we please support adding environment variables to the deploy? These could be templated into app.yaml or something. Maybe expose the api like: ``` steps: - id: deploy...
> It appears the `flags` input is not mentioned in README, probably it can be updated so with a sample from this issue. _Originally posted by @hunghvu in https://github.com/google-github-actions/deploy-appengine/issues/252#issuecomment-1105720001_
### TL;DR When version input is specified as `${{github.sha}}`, the action outputs an incorrect URL. **Expected behavior** Normally, when providing a version for a service, the URL produced looks like...
### TL;DR For App Engine's standard Node runtime I needed the `roles/storage.objectAdmin` permission on the service account. **Expected behavior** The README should mention this role. **Observed behavior** The REAME only...
Added an option to provide environment variables for the App Engine. The example use case is provided in the input description. I'm curious what you think about the comma-separated syntax....
### TL;DR The capacity to select a deployment zone on the Action configuration would be much appreciated When you deploy a new app engine application that hasn't been created with...
### TL;DR Just add a flag in the configuration to run `gcloud beta app deploy` ### Detailed design This would be an enhancement in order to deploy beta versions of...
### TL;DR The .outputs.url url seems to have the following structure: https://..ew.r.appspot.com/ When adding IAP (identity aware proxy) and using flag `promote: false` this URL errored with error code 52....