Merge pull request 'Настроил сборку в drone' (#2) from drone into master
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

Reviewed-on: http://git.lulzette.ru/lulzette/pycms/pulls/2
This commit is contained in:
lulzette 2021-10-19 05:29:56 +03:00
commit 04905c59db

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