Skip to content

Commit

Permalink
adding travis based docker hub deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Mar 3, 2019
1 parent 294d3a4 commit e49da6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ install:
- pip install -r requirements.txt
script:
- sudo sh test/travis_ci_scripts/travis_ci_build_script.sh
- python -m unittest discover
- python -m unittest discover
deploy:
provider: script
script: bash test/travis_ci_scripts/deploy.sh
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Nebula worker

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

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

Docker Hub autobuild: ![](https://img.shields.io/docker/build/nebulaorchestrator/worker.svg)

## 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.

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:
Expand Down

0 comments on commit e49da6a

Please sign in to comment.