Skip to content

Commit 1480d00

Browse files
fix: SJIP-674 fix deployment
1 parent a91750a commit 1480d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ecs_service_type_1_standard {
66
environments = "qa,prd"
77
docker_image_type = "alpine"
88
create_default_iam_role = "1"
9-
entrypoint_command = "node ./dist/index.js"
9+
entrypoint_command = "node ./dist/src/index.js"
1010
quick_deploy = "true"
1111
container_port = "80"
1212
health_check_path = "/status"

app.deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deploy {
88
docker_image_type = "alpine"
99
internal_app = "false"
1010
create_default_iam_role = "1"
11-
entrypoint_command = "node ./dist/index.js"
11+
entrypoint_command = "node ./dist/src/index.js"
1212
quick_deploy = "true"
1313
external_config_repo = "false"
1414
container_port = "80"

0 commit comments

Comments
 (0)