Crisp_Telegram_bot/.drone.yml
Ivan Vazhov a2727e33b8
All checks were successful
continuous-integration/drone/push Build is passing
run container on branch master
2021-11-12 19:11:03 +03:00

23 lines
328 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