swapped step
Some checks failed
the build failed

This commit is contained in:
kolaente 2018-10-15 11:02:25 +02:00
parent 159913ed23
commit 9b378b6872
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -16,7 +16,18 @@ pipeline:
when: when:
event: [ push, tag, pull_request ] event: [ push, tag, pull_request ]
docker: docker-dev:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/website
tags: [ 'develop' ]
auto_tag: true
when:
event: [ push, tag ]
branch: [ develop ]
docker-latest:
image: plugins/docker image: plugins/docker
pull: true pull: true
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
@ -27,17 +38,6 @@ pipeline:
event: [ push, tag ] event: [ push, tag ]
branch: [ master ] branch: [ master ]
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/website
tags: [ 'develop' ]
auto_tag: true
when:
event: [ push, tag ]
branch: [ develop ]
rancher: rancher:
image: peloton/drone-rancher image: peloton/drone-rancher
url: http://server01.kolaente.de:8080/v1 url: http://server01.kolaente.de:8080/v1