From d8f11a67f3939c243f45a5c4200b8f4ac33d027c Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 15 Jan 2022 14:40:26 +0100 Subject: [PATCH] Updated CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cad9f07..ec9fd88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,9 +29,9 @@ steps: - name: dockersock path: /var/run/docker.sock commands: + - apt install docker-compose - cp .example.env .env - - cd docker/ - - docker build --build-arg BUILD_ENV=development backend + - docker-compose build --build-arg BUILD_ENV=development backend depends_on: - ameba-backend - pgsanity-backend