[Insert curse here]
I've done this with ChunkArchive...
This commit is contained in:
parent
5be1f9f73b
commit
91b64f9541
1 changed files with 4 additions and 2 deletions
|
@ -4,11 +4,13 @@ jdk:
|
||||||
deploy:
|
deploy:
|
||||||
# deploy develop to the staging environment
|
# deploy develop to the staging environment
|
||||||
- provider: script
|
- provider: script
|
||||||
script: deploy.sh staging
|
script: chmod +x deploy.sh && sh 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: chmod +x deploy.sh && sh deploy.sh production
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in a new issue