Skip to content

Commit 3311ea6

Browse files
committed
fix
1 parent 8bf039c commit 3311ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-azure-infra/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ resource "azurerm_linux_function_app" "gha_runner_controller_function_app" {
8181
"APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.gha_runner_aai.instrumentation_key
8282
"storageAccountConnectionString" = azurerm_storage_account.gha_runner_sa.primary_connection_string
8383
# "WEBSITE_RUN_FROM_PACKAGE" = 1
84-
"scm-do-build-during-deployment" = true
85-
"enable-oryx-build" = true
84+
"SCM_DO_BUILD_DURING_DEPLOYMENT" = true
85+
"ENABLE_ORYX_BUILD" = true
8686
}
8787

8888
#zip_deploy_file = "./gha-runner-controller.zip"

0 commit comments

Comments
 (0)