Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from kids-first/feature/standard-deploy
Browse files Browse the repository at this point in the history
Changed from internal to external
  • Loading branch information
alubneuski authored Sep 14, 2020
2 parents 14119e2 + 856ffc0 commit e9e94e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ecs_service_type_1_standard {
projectName = "kf-api-persona"
environments = "dev,qa,prd"
docker_image_type = "alpine"
internal_app = "false"
entrypoint_command = "yarn start"
deploy_scripts_version = "master"
quick_deploy = "true"
Expand All @@ -14,5 +15,6 @@ ecs_service_type_1_standard {
memory_task = "4096"
health_check_path = "/status"
dependencies = "ecr"
additional_ssl_cert_domain_name = "*.kidsfirstdrc.org"
friendly_dns_name = "persona"
}

0 comments on commit e9e94e6

Please sign in to comment.