Crisp_Telegram_bot/.drone.yml
2021-10-19 10:22:33 +00:00

20 lines
288 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