Skip to content

Commit 5ae05c8

Browse files
authored
Fix: change app name to match new azure configs
1 parent 048e188 commit 5ae05c8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main_quickyadmin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
id: deploy-to-webapp
5858
uses: azure/webapps-deploy@v3
5959
with:
60-
app-name: 'quickyadmin'
60+
app-name: 'quickyAdmin'
6161
slot-name: 'Production'
6262
package: '*.jar'
63-
63+
64+

0 commit comments

Comments
 (0)