From c619f534ff54cae9ea05b61629891546cab0bc37 Mon Sep 17 00:00:00 2001 From: John Kelvie Date: Thu, 16 Nov 2017 11:37:30 -0500 Subject: [PATCH] Fix issues with circle file --- circle.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 8783b14..95e3722 100644 --- a/circle.yml +++ b/circle.yml @@ -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