swapped step
the build failed Details

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
1 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,18 @@ pipeline:
when:
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
pull: true
secrets: [ docker_username, docker_password ]
@ -27,17 +38,6 @@ pipeline:
event: [ push, tag ]
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:
image: peloton/drone-rancher
url: http://server01.kolaente.de:8080/v1