Ehm
This commit is contained in:
parent
2f712a6ce5
commit
6fefbe6362
1 changed files with 2 additions and 1 deletions
|
@ -12,14 +12,15 @@ jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
sudo: true
|
sudo: true
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
|
||||||
# deploy develop to the staging environment
|
# deploy develop to the staging environment
|
||||||
- provider: script
|
- provider: script
|
||||||
script: deploy.sh staging
|
script: deploy.sh staging
|
||||||
on:
|
on:
|
||||||
branch: dev
|
branch: dev
|
||||||
|
skip_cleanup: true
|
||||||
# deploy master to production
|
# deploy master to production
|
||||||
- provider: script
|
- provider: script
|
||||||
script: deploy.sh production
|
script: deploy.sh production
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in a new issue