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 d90f939 commit b213611Copy full SHA for b213611
.github/workflows/deploy_to_azure.yml
@@ -68,6 +68,8 @@ jobs:
68
slot-name: 'Production'
69
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
70
publish-profile: ${{ secrets.PUBLISH_PROFILE }}
71
+ enable-oryx-build: true
72
+ scm-do-build-during-deployment: true
73
74
build-react:
75
runs-on: ubuntu-latest
0 commit comments