Removed autoupdate, addded deploy and build notifications #7

Merged
NorbiPeti merged 9 commits from dev into master 2017-07-04 16:41:29 +00:00
Showing only changes of commit 91b64f9541 - Show all commits

View file

@ -4,11 +4,13 @@ jdk:
deploy:
# deploy develop to the staging environment
- provider: script
script: deploy.sh staging
script: chmod +x deploy.sh && sh deploy.sh staging
on:
branch: dev
skip_cleanup: true
# deploy master to production
- provider: script
script: deploy.sh production
script: chmod +x deploy.sh && sh deploy.sh production
on:
branch: master
skip_cleanup: true