diff --git a/bin/deploy b/bin/deploy index bfc47d50..7237161b 100755 --- a/bin/deploy +++ b/bin/deploy @@ -2,11 +2,13 @@ triton env docker-compose build -#docker-compose push +docker-compose push export DOCKER_HOST=$_DOCKER_HOST export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH export DOCKER_TLS_VERIFY=$_DOCKER_TLS_VERIFY +./bin/setup + docker-compose pull docker-compose up -d diff --git a/circle.yml b/circle.yml index 6395b088..e0fdfe30 100644 --- a/circle.yml +++ b/circle.yml @@ -25,7 +25,6 @@ deployment: production: # just a label; label names are completely up to you branch: master commands: - - ./bin/setup - ./bin/deploy ## Custom notifications