Skip to content

Commit daf4ca4

Browse files
committed
fix
1 parent da7aff2 commit daf4ca4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_deploy_controller_function.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919

2020
env:
2121
AZURE_FUNCTIONAPP_NAME: '' # set this to your function app name on Azure
22-
AZURE_FUNCTIONAPP_PACKAGE_PATH: './github-runner-controller-function' # set this to the path to your function app project, defaults to the repository root
22+
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your function app project, defaults to the repository root
2323
PYTHON_VERSION: '3.11' # set this to the python version to use (e.g. '3.6', '3.7', '3.8')
2424

2525
jobs:
@@ -48,5 +48,7 @@ jobs:
4848
with:
4949
app-name: 'awesomeproj-dev-controller-function-app'
5050
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
51+
scm-do-build-during-deployment: true
52+
enable-oryx-build: true
5153

5254

0 commit comments

Comments
 (0)