Skip to content

Commit

Permalink
fix: SJIP-674 fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Dec 6, 2023
1 parent a91750a commit 1480d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1480d00

Please sign in to comment.