mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 08:55:07 +01:00
[CI SKIP] Add dev branch deploy script configuration
This commit is contained in:
parent
bd45cc2024
commit
018dbce57e
@ -62,6 +62,13 @@ deploy:
|
|||||||
branch: master
|
branch: master
|
||||||
condition: "-z $TRAVIS_TAG"
|
condition: "-z $TRAVIS_TAG"
|
||||||
repo: inorichi/tachiyomi
|
repo: inorichi/tachiyomi
|
||||||
|
- provider: script
|
||||||
|
script: ".travis/deploy.sh"
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
branch: dev
|
||||||
|
condition: "-z $TRAVIS_TAG"
|
||||||
|
repo: inorichi/tachiyomi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
Loading…
Reference in New Issue
Block a user