Skip to content

Commit

Permalink
Merge pull request #1149 from Amsterdam/open-zaak-deploy-container
Browse files Browse the repository at this point in the history
Uncomment tag_and_deploy open-zaak jenkinsfile
  • Loading branch information
remyvdwereld authored Sep 5, 2023
2 parents 210af71 + e92cde2 commit 83166bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pipeline {
when { buildingTag() }
steps {
tag_and_deploy(env.ZAKEN_IMAGE_URL, env.ZAKEN_NAME, env.PRODUCTION)
// tag_and_deploy(env.OPEN_ZAAK_IMAGE_URL, env.OPEN_ZAAK_NAME, env.PRODUCTION)
tag_and_deploy(env.OPEN_ZAAK_IMAGE_URL, env.OPEN_ZAAK_NAME, env.PRODUCTION)
// tag_and_deploy(env.OPEN_NOTIFICATIES_IMAGE_URL, env.OPEN_NOTIFICATIES_NAME, env.PRODUCTION)
}
}
Expand Down

0 comments on commit 83166bd

Please sign in to comment.