Skip to content
Snippets Groups Projects
Commit f2690f81 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

also deploy master to rrz

parent 692c006a
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment