From 97aafac05b01d4e933c8f01fe37a6495df608180 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 23 Nov 2016 14:05:39 +0000 Subject: [PATCH] =?UTF-8?q?deploy:=20disable=20tls=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/deploy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index 6491edf7..2c42cfc1 100755 --- a/bin/deploy +++ b/bin/deploy @@ -23,7 +23,8 @@ write_env_file export DOCKER_HOST=$_DOCKER_HOST export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH -export DOCKER_TLS_VERIFY=$_DOCKER_TLS_VERIFY +# Do not TLS verify for now, incompatibilities between circleci and joyent +export DOCKER_TLS_VERIFY= docker-compose pull docker-compose up -d