mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-15 22:02:33 +08:00
add deploy script
This commit is contained in:
parent
eec4bf326e
commit
768cdf6da2
@ -12,3 +12,10 @@ before_script:
|
|||||||
- docker pull gaoyifan/bgpdump
|
- docker pull gaoyifan/bgpdump
|
||||||
script:
|
script:
|
||||||
- ./generate.sh
|
- ./generate.sh
|
||||||
|
deploy:
|
||||||
|
provider: script
|
||||||
|
script: ./upload.sh
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
condition: $TRAVIS_EVENT_TYPE == cron
|
||||||
|
Loading…
Reference in New Issue
Block a user