Fixed cleanup skip

canary
WolverinDEV 2020-04-09 18:04:06 +02:00
parent eb0b312cc8
commit 238a493d65
1 changed files with 2 additions and 0 deletions

View File

@ -27,10 +27,12 @@ deploy:
- provider: script
script: "bash scripts/travis_deploy_dev_server.sh"
cleanup: false
skip_cleanup: true
on:
branch: develop
- provider: script
cleanup: false
skip_cleanup: true
script: "bash scripts/travis_deploy_github.sh"
on:
branch: master