Skip to content

Test ci #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update circle.yml
  • Loading branch information
lazyitdude authored Feb 13, 2017
commit 3a36aea9e849866d08ccbbea88400a3fb1eab8ed
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deployment:
branch: /.*/
commands:
- docker login -e $DOCKER_HUB_EMAIL -u $DOCKER_HUB_USER_ID -p $DOCKER_HUB_PWD
- docker images
- docker tag b4e8a1cda8f7 $DOCKER_HUB_USER_ID/dockerapp-1:$CIRCLE_SHA1
- docker tag b4e8a1cda8f7 $DOCKER_HUB_USER_ID/dockerapp-1:latest
- docker push https://hub.docker.com/r/$DOCKER_HUB_USER_ID/dockerapp-1:$CIRCLE_SHA1
Expand Down