Update CircleCI config to build images

This commit is contained in:
Arik Fraimovich 2015-10-19 22:28:51 +03:00
parent 63765281fe
commit ce884ba6d3

View File

@ -1,7 +1,9 @@
machine:
services:
- docker
node:
version:
0.10.24
0.12.4
python:
version:
2.7.3
@ -23,6 +25,12 @@ deployment:
branch: master
commands:
- make upload
docker:
branch: [master, docker]
commands:
- docker build -t everythingme/redash:$(./manage.py version)
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push everythingme/redash:$(./manage.py version)
notify:
webhooks:
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f