google-github-actions / deploy-appengine

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

Home Page:https://cloud.google.com/appengine

Repository from Github https://github.comgoogle-github-actions/deploy-appengineRepository from Github https://github.comgoogle-github-actions/deploy-appengine

Select deployment zone

javiermelendezc opened this issue · 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