Skip to content

Commit f0efbaf

Browse files
authored
Update backend.yml
1 parent 86af7e4 commit f0efbaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Build with Maven
2121
run: mvn clean package -DskipTests
2222

23-
- name: Deploy to Azure App Service
23+
- name: 'Deploy to Azure Web App'
2424
uses: azure/webapps-deploy@v3
2525
with:
26-
app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
26+
app-name: 'defect-tracker-backend'
2727
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
28-
package: 'target/*.jar'
28+
package: 'target/*.jar'

0 commit comments

Comments
 (0)