We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86af7e4 commit f0efbafCopy full SHA for f0efbaf
1 file changed
.github/workflows/backend.yml
@@ -20,9 +20,9 @@ jobs:
20
- name: Build with Maven
21
run: mvn clean package -DskipTests
22
23
- - name: Deploy to Azure App Service
+ - name: 'Deploy to Azure Web App'
24
uses: azure/webapps-deploy@v3
25
with:
26
- app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
+ app-name: 'defect-tracker-backend'
27
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
28
- package: 'target/*.jar'
+ package: 'target/*.jar'
0 commit comments