From 54c29ad3b8439fe55a6549cab476991ab34f2e0c Mon Sep 17 00:00:00 2001 From: Lulzette Date: Tue, 19 Oct 2021 10:05:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f675764..ccb5550 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,6 @@ kind: pipeline type: exec -name: Build platform: os: linux @@ -10,11 +9,12 @@ platform: steps: - name: build commands: - - docker build . + - docker-compose build -name: Deployment -steps: - name: run commands: - - docker-compose up --build -d + - docker-compose up -d + when: + status: + - success