Skip to content

Commit

Permalink
add app.deploy file (#50)
Browse files Browse the repository at this point in the history
* add app.deploy file

* review comments
  • Loading branch information
adipaul1981 authored Jan 31, 2022
1 parent 97add34 commit cd37622
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app.deploy
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@Library(value="kids-first/aws-infra-jenkins-shared-libraries", changelog=false) _
deploy {
architecture_type = "aws-ecs-service-type-1"
jenkinsfile_name = "app.deploy"

projectName = "api-portal-reports"
environments = "qa,prd"
docker_image_type = "alpine"
internal_app = "false"
create_default_iam_role = "1"
entrypoint_command = "node ./dist/index.js"
quick_deploy = "true"
external_config_repo = "false"
container_port = "80"
vcpu_container = "2048"
memory_container = "4096"
vcpu_task = "2048"
memory_task = "4096"
health_check_path = "/status"
dependencies = "ecr"
publish_to_public_repo = "true"
}

0 comments on commit cd37622

Please sign in to comment.