From 9e07f720da11f43ebb096499a9bf133d23e1bab5 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 4 Nov 2016 15:11:20 -0600 Subject: [PATCH] Fixed invalid command --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 5d79c0ef9..51336b44d 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,7 +2,7 @@ set -e -docker login -u $DOCKER_USER -p $DOCKER_PASS +docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS # Sourced from https://segment.com/blog/ci-at-segment/