Skip to content

Commit

Permalink
Updated circle yml with default hyper region
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kelvie committed Nov 16, 2017
1 parent c619f53 commit ddfdec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deployment:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker build -f docker/Dockerfile -t bespoken/streamer:$CIRCLE_TAG .
- docker push bespoken/streamer:$CIRCLE_TAG
- ./hyper config --accesskey $HYPER_KEY --secretkey $HYPER_SECRET
- ./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/streamer:$CIRCLE_TAG
- ./hyper rm -f streamer || true
Expand Down

0 comments on commit ddfdec4

Please sign in to comment.