From 4ab80616a6a6e417c193f5601a97cb66e245a3e1 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Tue, 19 Oct 2021 10:32:58 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5b9966..152fa71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,12 +9,12 @@ platform: steps: - name: build commands: - - docker build . + - docker-compose -p pycms build - name: test commands: - - docker-compose up --build --abort-on-container-exit + - docker-compose -p pycms up --build --abort-on-container-exit - name: run commands: - - docker-compose up --build -d + - docker-compose -p pycms up -d