diff --git a/.github/workflows/azure-functions-deploy.yml b/.github/workflows/azure-functions-deploy.yml index 764da69..c12c223 100644 --- a/.github/workflows/azure-functions-deploy.yml +++ b/.github/workflows/azure-functions-deploy.yml @@ -43,5 +43,5 @@ jobs: app-name: ${{ secrets.PROJECT_NAME }} # Replace with your Function App name package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }} - scm-do-build-during-deployment: true - enable-oryx-build: true + # scm-do-build-during-deployment: true + # enable-oryx-build: true