From 4801a792b6a88f258b7ca377d3fbfc1f278c7a1f Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 5 Oct 2020 08:39:03 +0200 Subject: [PATCH] chore: add --remove-orphans to the build command --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb5f90d..6b3980e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: - name: s path: /var/run/docker.sock commands: - - docker-compose build + - docker-compose build --remove-orphans volumes: - name: s @@ -179,7 +179,7 @@ steps: - name: s path: /var/run/docker.sock commands: - - docker-compose up --build -d --scale homepage=4 + - docker-compose up --build -d --remove-orphans --scale homepage=4 when: branch: master status: success