Skip to content

Commit e49da6a

Browse files
author
Naor Livne
committed
adding travis based docker hub deployment
1 parent 294d3a4 commit e49da6a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ install:
1212
- pip install -r requirements.txt
1313
script:
1414
- sudo sh test/travis_ci_scripts/travis_ci_build_script.sh
15-
- python -m unittest discover
15+
- python -m unittest discover
16+
deploy:
17+
provider: script
18+
script: bash test/travis_ci_scripts/deploy.sh

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Nebula worker
22

3-
Travis CI unit tests: [![Build Status](https://travis-ci.org/nebula-orchestrator/worker.svg?branch=master)](https://travis-ci.org/nebula-orchestrator/worker)
3+
Travis CI unit tests & autobuild: [![Build Status](https://travis-ci.org/nebula-orchestrator/worker.svg?branch=master)](https://travis-ci.org/nebula-orchestrator/worker)
44

55
Shippable ARM autobuild: [![Run Status](https://api.shippable.com/projects/5bab745d36c1700700ded430/badge?branch=master)]()
66

7-
Docker Hub autobuild: ![](https://img.shields.io/docker/build/nebulaorchestrator/worker.svg)
8-
97
## Main website available [here](https://nebula-orchestrator.github.io/), refer to the [documentation](http://nebula.readthedocs.io/en/latest/) for more details about how to install & use.
108

119
Nebula is a open source distributed Docker orchestrator designed for massive scales (tens of thousands of servers/worker devices), unlike Mesos/Swarm/Kubernetes it has the ability to have workers distributed on high latency connections (such as the internet) yet have the pods(containers) be managed centrally with changes taking affect (almost) immediately, this makes Nebula ideal for managing a vast cluster of servers\devices across the globe, some example use cases are:

0 commit comments

Comments
 (0)