Настроил сборку в drone #2

Merged
lulzette merged 3 commits from drone into master 2021-10-19 05:29:56 +03:00

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- docker build .
- name: test
commands:
- docker-compose up --build --abort-on-container-exit
- name: run
commands:
- docker-compose up --build -d