Skip to content

Commit 7727efb

Browse files
committed
clean up terraform to remove github deployment
1 parent 10263ae commit 7727efb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

terraform/implementation/main.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -471,17 +471,5 @@ resource "azurerm_linux_web_app" "playground_webapp" {
471471
application_stack {
472472
node_version = "18-lts"
473473
}
474-
app_command_line = "pm2 start front-end/.next/standalone/server.js --no-daemon"
475474
}
476-
app_settings = {
477-
PRE_BUILD_COMMAND = "echo foo"
478-
}
479-
}
480-
481-
resource "azurerm_app_service_source_control" "playground_sourcecontrol" {
482-
app_id = azurerm_linux_web_app.playground_webapp.id
483-
repo_url = "https://github.com/CDCgov/phdi-playground/"
484-
branch = "boban/deploy-frontend"
485-
use_manual_integration = true
486-
use_mercurial = false
487475
}

0 commit comments

Comments
 (0)