Skip to content

Commit

Permalink
remove settings for remote build, enable local build
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 28, 2024
1 parent 6105db4 commit 40f3db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/bin/lib
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function deploy_funcs() {
prepare_funcs

pushd /opt/src/pcfuncs_deploy
func azure functionapp publish ${FUNCTION_APP_NAME} --python
func azure functionapp publish ${FUNCTION_APP_NAME} --python --no-build
popd
}

Expand Down
2 changes: 0 additions & 2 deletions deployment/terraform/resources/functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ resource "azurerm_linux_function_app" "pcfuncs" {
}

app_settings = {
"ENABLE_ORYX_BUILD" = "true",
"SCM_DO_BUILD_DURING_DEPLOYMENT" = "true",
"FUNCTIONS_WORKER_RUNTIME" = "python",
"APP_INSIGHTS_IKEY" = azurerm_application_insights.pc_application_insights.instrumentation_key,
"APPINSIGHTS_INSTRUMENTATIONKEY" = azurerm_application_insights.pc_application_insights.instrumentation_key,
Expand Down

0 comments on commit 40f3db1

Please sign in to comment.