Added drone step to deploy develop to rancher
the build failed Details

This commit is contained in:
kolaente 2018-10-15 11:01:26 +02:00
parent 53c328300d
commit 159913ed23
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 13 additions and 0 deletions

View File

@ -47,6 +47,19 @@ pipeline:
confirm: true
when:
event: [ push, tag ]
branch: [ master ]
rancher:
image: peloton/drone-rancher
url: http://server01.kolaente.de:8080/v1
secrets: [ RANCHER_ACCESS_KEY, RANCHER_SECRET_KEY ]
service: vikunja-website/web-develop
docker_image: vikunja/website:develop
confirm: true
when:
event: [ push, tag ]
branch: [ develop ]
# Tell people vikunja web was updated
telegram:
image: appleboy/drone-telegram