From b15b408476fa7be4f86a8720109009a2fbf1da6c Mon Sep 17 00:00:00 2001 From: Lulzette Date: Tue, 19 Oct 2021 09:43:39 +0000 Subject: [PATCH] Test multistages --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a69cc87..5b64783 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ kind: pipeline type: exec -name: default +name: Build platform: os: linux @@ -11,6 +11,8 @@ steps: - name: build commands: - docker build . + +name: Deployment - name: run commands: - docker-compose up --build -d