Adding automatic deployment on Dockerhub

pull/22/head
Clement Michaud 2017-03-16 22:22:35 +01:00
parent 7d98fefb88
commit 90036d1a29
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ addons:
before_install: npm install -g npm@'>=2.13.5' before_install: npm install -g npm@'>=2.13.5'
script: script:
- npm test - npm test
- docker build clems4ever/authelia - docker build -t clems4ever/authelia .
- docker-compose build - docker-compose build
- docker-compose up -d - docker-compose up -d
- sleep 5 - sleep 5