We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caefa7 commit 4c123b7Copy full SHA for 4c123b7
.github/workflows/deploy-dev.yml
@@ -42,6 +42,6 @@ jobs:
42
- name: Deploy to Azure Web App
43
uses: azure/webapps-deploy@v2
44
with:
45
- app-name: ${{ env.AZURE_WEBAPP_NAME }}
+ app-name: ${{ env.AZURE_WEBAPP_NAME_DEV }}
46
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
47
package: build
0 commit comments