Skip to content

Commit

Permalink
Corrected webapp name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Sep 9, 2023
1 parent a50d975 commit d724209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure_webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: azure/webapps-deploy@v2
with:
app-name: 'myapp'
app-name: 'app-hackathon'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: 'mbuchoff/hackathon_230909:${{ github.sha }}'

0 comments on commit d724209

Please sign in to comment.