Skip to content

Commit

Permalink
circle.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
chilland committed Aug 10, 2015
1 parent cc2d7cf commit 0e23b17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ test:
post:
- docker run -d -p 5002:5002 caerusassociates/hypnos; sleep 10
- curl --retry 10 --retry-delay 5 -v http://localhost:5002/hypnos/extract
deployment:
hub:
branch: master
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push caerusassociates/hypnos

0 comments on commit 0e23b17

Please sign in to comment.