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

Merged
lulzette merged 3 commits from drone into master 2021-10-19 05:29:56 +03:00
Showing only changes of commit c4602b9d4e - Show all commits

View File

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