mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
deploy: disable tls 😭
This commit is contained in:
parent
001cc0d502
commit
97aafac05b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user