add skip_cleanup in deploy

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-02-02 13:59:28 +01:00
parent c095fc1eab
commit 4f951a242b
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -56,10 +56,12 @@ deploy:
tags: true
- provider: script
script: script/deploy.sh
skip_cleanup: true
on:
repo: containous/traefik
tags: true
- provider: script
script: script/deploy-docker.sh
skip_cleanup: true
on:
repo: containous/traefik