Crisp_Telegram_bot/.drone.yml
Lulzette 8b138cadda
All checks were successful
continuous-integration/drone/push Build is passing
Run on master branch
2021-11-12 19:56:15 +03:00

22 lines
319 B
YAML

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