Skip to content

Commit 4c123b7

Browse files
authored
Update deploy-dev.yml
1 parent 7caefa7 commit 4c123b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Deploy to Azure Web App
4343
uses: azure/webapps-deploy@v2
4444
with:
45-
app-name: ${{ env.AZURE_WEBAPP_NAME }}
45+
app-name: ${{ env.AZURE_WEBAPP_NAME_DEV }}
4646
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
4747
package: build

0 commit comments

Comments
 (0)