Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does gae_config_path work? #11

Open
seupedro opened this issue Jul 25, 2020 · 2 comments
Open

How does gae_config_path work? #11

seupedro opened this issue Jul 25, 2020 · 2 comments

Comments

@seupedro
Copy link
Contributor

seupedro commented Jul 25, 2020

No description provided.

@seupedro
Copy link
Contributor Author

 - 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?

@FulcronZ
Copy link

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: |
    ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants