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 8bf039c commit 3311ea6Copy full SHA for 3311ea6
create-azure-infra/main.tf
@@ -81,8 +81,8 @@ resource "azurerm_linux_function_app" "gha_runner_controller_function_app" {
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
84
- "scm-do-build-during-deployment" = true
85
- "enable-oryx-build" = true
+ "SCM_DO_BUILD_DURING_DEPLOYMENT" = true
+ "ENABLE_ORYX_BUILD" = true
86
}
87
88
#zip_deploy_file = "./gha-runner-controller.zip"
0 commit comments