Skip to content

Commit 8bf039c

Browse files
committed
fix
1 parent cb57ffc commit 8bf039c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

create-azure-infra/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ resource "azurerm_linux_function_app" "gha_runner_controller_function_app" {
8080
"QUEUE_NAME" = azurerm_storage_queue.gh_runner_asq.name
8181
"APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.gha_runner_aai.instrumentation_key
8282
"storageAccountConnectionString" = azurerm_storage_account.gha_runner_sa.primary_connection_string
83-
"WEBSITE_RUN_FROM_PACKAGE" = 1
83+
# "WEBSITE_RUN_FROM_PACKAGE" = 1
84+
"scm-do-build-during-deployment" = true
85+
"enable-oryx-build" = true
8486
}
8587

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

0 commit comments

Comments
 (0)