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
Update circle.yml
  • Loading branch information
lazyitdude authored Feb 13, 2017
commit e19e94689aa90c5a3ee4c9f9d687c82eef9ea098
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ deployment:
- docker images
- docker tag dockerapp1_dockerapp-1 $DOCKER_HUB_USER_ID/dockerapp-1:$CIRCLE_SHA1
- docker tag dockerapp1_dockerapp-1 $DOCKER_HUB_USER_ID/dockerapp-1:latest
- docker push https://hub.docker.com/r/$DOCKER_HUB_USER_ID/dockerapp-1:$CIRCLE_SHA1
- docker push https://hub.docker.com/r/$DOCKER_HUB_USER_ID/dockerapp-1:latest
- docker push $DOCKER_HUB_USER_ID/dockerapp-1:$CIRCLE_SHA1
- docker push $DOCKER_HUB_USER_ID/dockerapp-1:latest