Skip to content

Commit

Permalink
fix: update deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
niventc authored Oct 29, 2020
1 parent 08ec40d commit 6313373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- uses: azure/webapps-container-deploy@v1
if: github.ref
- name: Azure WebApp
uses: azure/webapps-deploy@v2
with:
app-name: 'wally'
images: 'niventc/wally:${{ steps.get_version.outputs.VERSION }}'
Expand Down

0 comments on commit 6313373

Please sign in to comment.