Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
correction on the docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Perata committed Dec 21, 2017
1 parent 97742c6 commit faac69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ deployment:
tag: /bst-dev-.*/
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker build -f docker/Dockerfile -t bespoken/bst:$CIRCLE_TAG .
- docker push bespoken/bst:$CIRCLE_TAG
- docker build -f docker/Dockerfile -t bespoken/bst-dev:$CIRCLE_TAG .
- docker push bespoken/bst-dev:$CIRCLE_TAG
- ./hyper config --accesskey $HYPER_KEY --secretkey $HYPER_SECRET --default-region us-west-1
- ./hyper login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- ./hyper pull bespoken/bst:$CIRCLE_TAG
- ./hyper pull bespoken/bst-dev:$CIRCLE_TAG
- ./hyper rm -f bst-dev || true
- >
./hyper run
Expand Down

0 comments on commit faac69c

Please sign in to comment.