Skip to content

Commit e7d3920

Browse files
authored
Update Jenkinsfile
1 parent de4a9c5 commit e7d3920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/chp-api/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pipeline {
4040
script {
4141
docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./Dockerfile ./")
4242
}
43+
}
4344
sh 'docker login -u AWS -p $(aws ecr get-login-password --region us-east-1) 853771734544.dkr.ecr.us-east-1.amazonaws.com'
4445
docker.image(env.DOCKER_REPO_NAME).push("${BUILD_VERSION}")
4546
sh 'cp deploy/chp-api/configs/nginx.conf deploy/chp-api/nginx/'

0 commit comments

Comments
 (0)