diff --git a/.drone.yml b/.drone.yml index 9223931..b2079a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,10 +24,10 @@ steps: image: docker:latest privileged: true commands: - - "sleep 30" + - "sleep 10" - "docker build -t $DOCKER_REGISTRY/garrettmills/www ." - "docker push $DOCKER_REGISTRY/garrettmills/www" environment: - DOCKER_HOST: tcp://localhost:2375 + DOCKER_HOST: tcp://localhost:2376 DOCKER_REGISTRY: from_secret: DOCKER_REGISTRY