diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cd248e..8288d41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,9 +89,9 @@ deploy: git commit -m "release version ${RELEASE_VERSION}" git tag -f latest git tag -f ${RELEASE_VERSION} - # git push origin ci-processing:${CI_BUILD_REF_NAME} - # git push origin latest -f - # git push origin ${RELEASE_VERSION} + git push origin ci-processing:${CI_BUILD_REF_NAME} + git push origin latest -f + git push origin ${RELEASE_VERSION} # only: # - master when: manual