Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lulzette 2021-10-19 09:25:54 +00:00
parent a5b5d0486c
commit 4c12a5927e

17
.drone.yml Normal file
View File

@ -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