Skip to content

Commit

Permalink
Merge pull request #87 from elimuinformatics/OT-1229
Browse files Browse the repository at this point in the history
Update the jenkinsfile
  • Loading branch information
ddjain authored Apr 2, 2024
2 parents 5fcb684 + de1987a commit b4577cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
stage('Push') {
steps {
echo 'Pushing Docker Image'
sh 'docker run -v /var/run/docker.sock:/var/run/docker.sock $AWS_ENV $GIT_ENV cicd push-image hapi-fhir-jpaserver-r4-dev dev latest'
sh 'docker run -v /var/run/docker.sock:/var/run/docker.sock $AWS_ENV $GIT_ENV cicd push-image hapi-fhir-jpaserver-starter-dev dev latest'
}
}
stage('Deploy') {
Expand Down

0 comments on commit b4577cf

Please sign in to comment.