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 cb57ffc commit 8bf039cCopy full SHA for 8bf039c
create-azure-infra/main.tf
@@ -80,7 +80,9 @@ resource "azurerm_linux_function_app" "gha_runner_controller_function_app" {
80
"QUEUE_NAME" = azurerm_storage_queue.gh_runner_asq.name
81
"APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.gha_runner_aai.instrumentation_key
82
"storageAccountConnectionString" = azurerm_storage_account.gha_runner_sa.primary_connection_string
83
- "WEBSITE_RUN_FROM_PACKAGE" = 1
+ # "WEBSITE_RUN_FROM_PACKAGE" = 1
84
+ "scm-do-build-during-deployment" = true
85
+ "enable-oryx-build" = true
86
}
87
88
#zip_deploy_file = "./gha-runner-controller.zip"
0 commit comments