From 1480d005d157558a4695b5d616f86f7295227a8b Mon Sep 17 00:00:00 2001 From: Celine Pelletier Date: Tue, 5 Dec 2023 22:50:02 -0500 Subject: [PATCH] fix: SJIP-674 fix deployment --- Jenkinsfile | 2 +- app.deploy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e23d104..7e307c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ ecs_service_type_1_standard { environments = "qa,prd" docker_image_type = "alpine" create_default_iam_role = "1" - entrypoint_command = "node ./dist/index.js" + entrypoint_command = "node ./dist/src/index.js" quick_deploy = "true" container_port = "80" health_check_path = "/status" diff --git a/app.deploy b/app.deploy index 396cafb..728f481 100644 --- a/app.deploy +++ b/app.deploy @@ -8,7 +8,7 @@ deploy { docker_image_type = "alpine" internal_app = "false" create_default_iam_role = "1" - entrypoint_command = "node ./dist/index.js" + entrypoint_command = "node ./dist/src/index.js" quick_deploy = "true" external_config_repo = "false" container_port = "80"