We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10263ae commit 7727efbCopy full SHA for 7727efb
terraform/implementation/main.tf
@@ -471,17 +471,5 @@ resource "azurerm_linux_web_app" "playground_webapp" {
471
application_stack {
472
node_version = "18-lts"
473
}
474
- app_command_line = "pm2 start front-end/.next/standalone/server.js --no-daemon"
475
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
487
0 commit comments