diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceeaa0023116be1154c7e6b3803a05c65175ff63..16060286ff04c341eed69c3d46b5bb7ab2245c7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - testing - build - test - deploy @@ -112,9 +111,9 @@ deploy staging documentation: only: - develop -deploy rrz: +deploy rrz tag: image: alpine - stage: testing # TODO change to deploy + stage: deploy before_script: - sh bin/enable_ssh - apk add git @@ -123,6 +122,17 @@ deploy rrz: only: - tags +deploy rrz master: + image: alpine + stage: deploy + before_script: + - sh bin/enable_ssh + - apk add git + script: + - git push $PUBLIC_REPO + only: + - master + test pip deployment: image: python:3 stage: deploy-test