Fixed travis script
This commit is contained in:
parent
1709bfcbbe
commit
63895b31b3
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
@ -31,19 +31,18 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
branch: develop
|
||||
- provider: script
|
||||
script: "bash scripts/travis/deploy_server.sh production"
|
||||
cleanup: false
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: develop
|
||||
- provider: script
|
||||
cleanup: false
|
||||
skip_cleanup: true
|
||||
script: "bash scripts/travis/deploy_docker.sh development"
|
||||
on:
|
||||
branch: develop
|
||||
|
||||
- provider: script
|
||||
script: "bash scripts/travis/deploy_server.sh production"
|
||||
cleanup: false
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
- provider: script
|
||||
cleanup: false
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Add table
Reference in a new issue