From 4c12a5927e42bb997b9a9d12d81b005dd1a7fbbc Mon Sep 17 00:00:00 2001 From: Lulzette Date: Tue, 19 Oct 2021 09:25:54 +0000 Subject: [PATCH] Drone CI --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a69cc87 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ + +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: + - name: build + commands: + - docker build . + - name: run + commands: + - docker-compose up --build -d +