publish-gae-action
publish-gae-action copied to clipboard
How does gae_config_path work?
- name: Initialize Google Cloud SDK
uses: nakassh/publish-gae-action@master
with:
. . .
gae_config_path: ./folder/app.yaml
- name: Publish app to Google App Engine
run: |
. . .
gcloud -q app deploy ./folder/app.yaml --promote
Is this how it is supposed to be? If not, can you provide some example how to?
Have you checked out first before publishing?
steps:
- name: Checkout
uses: actions/[email protected]
- name: Initialize Google Cloud SDK
uses: zxyle/publish-gae-action@master
...
- name: Publish app to Google App Engine
run: |
...