Skip to content

Commit

Permalink
Add webapp reload
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 4, 2023
1 parent df20b05 commit dbbb03e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@

- name: Docker push
run: docker push ${{ secrets.DOCKER_USERNAME }}/az-appservice

- name: Login to Azure with Publishing Profile
run: |
mkdir ~/.azure
echo "${{ secrets.AZ_PROFILE }}" > ~/.azure/azure.pubxml
- name: Deploy to Azure Web App
run: az webapp restart --name akv-demo-go --resource-group akv-demo-1

0 comments on commit dbbb03e

Please sign in to comment.