Skip to content

Commit

Permalink
👷 upgrade appengine deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Nov 12, 2023
1 parent 6326f45 commit 3cb7e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- name: yarn build
run: yarn build
- id: "auth"
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"
- name: "Deploy to App Engine"
id: "deploy"
uses: "google-github-actions/deploy-appengine@v0"
uses: "google-github-actions/deploy-appengine@v1"
with:
deliverables: "app.yaml"
promote: true

0 comments on commit 3cb7e51

Please sign in to comment.