Skip to content

Commit

Permalink
upgrade deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikue committed Mar 30, 2021
1 parent acc3fa8 commit d421044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_dev_branch_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/} | tr / - | tr _ -)"
- run: echo ${{ steps.get_branch.outputs.branch }}
- name: start deployment
uses: bobheadxi/deployments@v.0.4.3
uses: bobheadxi/deployments@v0.5.2
id: deployment
with:
step: start
Expand All @@ -42,7 +42,7 @@ jobs:
with:
args: app deploy appengine/frontend/app.yaml --no-promote --version ${{ steps.get_branch.outputs.branch }}
- name: update deployment status
uses: bobheadxi/deployments@v.0.4.3
uses: bobheadxi/deployments@v0.5.2
if: always()
with:
step: finish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_master_branch_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/} | tr / - | tr _ -)"
- run: echo ${{ steps.get_branch.outputs.branch }}
- name: start deployment
uses: bobheadxi/deployments@v.0.4.3
uses: bobheadxi/deployments@v0.5.2
id: deployment
with:
step: start
Expand All @@ -42,7 +42,7 @@ jobs:
with:
args: app deploy appengine/frontend/app.yaml --promote --version ${{ steps.get_branch.outputs.branch }}
- name: update deployment status
uses: bobheadxi/deployments@v.0.4.3
uses: bobheadxi/deployments@v0.5.2
if: always()
with:
step: finish
Expand Down

0 comments on commit d421044

Please sign in to comment.