Skip to content

Commit

Permalink
moving back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Nov 30, 2023
1 parent ee40951 commit 5c0e468
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 @@ -473,7 +473,7 @@ resource "azurerm_linux_web_app" "playground_webapp" {
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"
branch = "main"
use_manual_integration = false
use_mercurial = false
}

0 comments on commit 5c0e468

Please sign in to comment.