We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4a9c5 commit e7d3920Copy full SHA for e7d3920
deploy/chp-api/Jenkinsfile
@@ -40,6 +40,7 @@ pipeline {
40
script {
41
docker.build(env.DOCKER_REPO_NAME, "--no-cache -f ./Dockerfile ./")
42
}
43
+ }
44
sh 'docker login -u AWS -p $(aws ecr get-login-password --region us-east-1) 853771734544.dkr.ecr.us-east-1.amazonaws.com'
45
docker.image(env.DOCKER_REPO_NAME).push("${BUILD_VERSION}")
46
sh 'cp deploy/chp-api/configs/nginx.conf deploy/chp-api/nginx/'
0 commit comments