Skip to content

Commit dddbb0f

Browse files
authored
Update deploy-app.yml
1 parent c02d125 commit dddbb0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
app-name: ${{ env.AZURE_WEBAPP_NAME }}
3838
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
3939
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
40-
startup-command: ${{ env.STARTUP_COMMAND }}
40+
# Not allowed with publish-profile auth
41+
# startup-command: ${{ env.STARTUP_COMMAND }}

0 commit comments

Comments
 (0)