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

Select deployment zone

Open javiermelendezc opened this issue 3 years ago • 0 comments

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 the command gcloud app create , the GitHub action selects one as default.

Detailed design

Maybe set the configuration on:

- name: 'Deploy to App Engine'
        uses: 'google-github-actions/deploy-appengine@v0'
        on-zone: 'us-east1'

Additional information

No response

javiermelendezc avatar Jan 18 '22 19:01 javiermelendezc