From 50ea242c3393cec4c014b93e8717eef836f5f403 Mon Sep 17 00:00:00 2001 From: wanderer Date: Sat, 3 Oct 2020 21:25:52 +0200 Subject: [PATCH] docker-compose hotfix (#19) fix: no need to stop the container before build :rocket: * this is handled for us by docker on container re-creation Co-authored-by: surtur Reviewed-on: https://git.dotya.ml/dotya.ml/homepage/pulls/19 Co-Authored-By: wanderer Co-Committed-By: wanderer --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 100f5f1..08b99be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -179,7 +179,6 @@ steps: - name: s path: /var/run/docker.sock commands: - - docker stop homepage || true - docker-compose up --build -d when: branch: master