Skip to content

Commit

Permalink
Another fix for azure deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonpoltorak committed Nov 29, 2023
1 parent 0e3ff3a commit 4788ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_noteapp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'NoteApp-dev'
slot-name: 'Development'
slot-name: 'Production'
package: '*.jar'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0A6263AF0FD040DBBF6D21AA2AAFA2DE }}

0 comments on commit 4788ff4

Please sign in to comment.