Skip to content

Commit a014c3c

Browse files
committed
action
1 parent b870bac commit a014c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-functions-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
app-name: ${{ secrets.PROJECT_NAME }} # Replace with your Function App name
4444
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
4545
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
46-
scm-do-build-during-deployment: true
47-
enable-oryx-build: true
46+
# scm-do-build-during-deployment: true
47+
# enable-oryx-build: true

0 commit comments

Comments
 (0)