Skip to content

Commit

Permalink
fix: SKFP-1033 move kidsfirst to app deploy instead of jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Jun 20, 2024
1 parent aca210e commit 383ae3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
22 changes: 0 additions & 22 deletions Jenkinsfile

This file was deleted.

6 changes: 3 additions & 3 deletions next.deploy → kf.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@Library(value="kids-first/aws-infra-jenkins-shared-libraries", changelog=false) _
deploy {
architecture_type = "aws-ecs-service-type-1"
jenkinsfile_name = "next.deploy"
main_branch="2.0"
projectName = "kf-api-arranger-next"
jenkinsfile_name = "kf.deploy"
main_branch="master"
projectName = "kf-api-arranger"
environments = "qa,prd"
docker_image_type = "alpine"
internal_app = "false"
Expand Down

0 comments on commit 383ae3a

Please sign in to comment.