Crisp_Telegram_bot/.drone.yml
Lulzette 7105903ce8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Не надо было убирать
2021-10-19 10:06:27 +00:00

20 lines
244 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- docker-compose build
- name: run
commands:
- docker-compose up -d
when:
status:
- success