Skip to content

Commit

Permalink
moving back to true
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Nov 30, 2023
1 parent 7aa1b42 commit 8782b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,6 @@ resource "azurerm_app_service_source_control" "playground_sourcecontrol" {
app_id = azurerm_linux_web_app.playground_webapp.id
repo_url = "https://github.com/CDCgov/phdi-playground/"
branch = "deployment-web-app"
use_manual_integration = false
use_manual_integration = true
use_mercurial = false
}

0 comments on commit 8782b86

Please sign in to comment.