Skip to content

Commit

Permalink
feat(circleci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 15, 2015
1 parent 6c1c047 commit 689581b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
services:
- docker

dependencies:
override:
- docker info
- docker build -t redsmin/proxy .

deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push redsmin/proxy:$CIRCLE_SHA1

0 comments on commit 689581b

Please sign in to comment.