This commit is contained in:
Norbi Peti 2017-06-28 17:28:49 +02:00 committed by GitHub
parent 2f712a6ce5
commit 6fefbe6362

View file

@ -12,14 +12,15 @@ jdk:
- oraclejdk8
sudo: true
deploy:
skip_cleanup: true
# deploy develop to the staging environment
- provider: script
script: deploy.sh staging
on:
branch: dev
skip_cleanup: true
# deploy master to production
- provider: script
script: deploy.sh production
on:
branch: master
skip_cleanup: true