Skip to content

Commit

Permalink
Fix issues with circle file
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kelvie committed Nov 16, 2017
1 parent 021431f commit c619f53
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ deployment:
- ./hyper config --accesskey $HYPER_KEY --secretkey $HYPER_SECRET
- ./hyper login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- ./hyper pull bespoken/streamer:$CIRCLE_TAG
- ./hyper rm -f bst || true
- ./hyper rm -f streamer || true
- >
./hyper run
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
-e AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION
-d
--name streamer
--size s4
--restart=always
-P bespoken/streamer:$CIRCLE_TAG
- ./hyper fip attach -f 199.245.57.97 bst
- ./hyper fip attach -f 199.245.57.97 streamer

0 comments on commit c619f53

Please sign in to comment.