Skip to content

Commit

Permalink
Revert "fix(terraform): turn on manual integration"
Browse files Browse the repository at this point in the history
This reverts commit ff98a62.
  • Loading branch information
thekaveman committed Jun 13, 2024
1 parent 61645c9 commit b28fc6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ resource "azurerm_linux_web_app" "main" {
}

resource "azurerm_app_service_source_control" "main" {
app_id = azurerm_linux_web_app.main.id
repo_url = "https://github.com/cal-itp/benefits"
branch = local.env_name
use_manual_integration = true
app_id = azurerm_linux_web_app.main.id
repo_url = "https://github.com/cal-itp/benefits"
branch = local.env_name

github_action_configuration {
generate_workflow_file = false
Expand Down

0 comments on commit b28fc6d

Please sign in to comment.