Skip to content

Commit

Permalink
Revert "fix(terraform): turn on manual integration" (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 13, 2024
2 parents 61645c9 + b28fc6d commit 76783a3
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 76783a3

Please sign in to comment.