Crisp_Telegram_bot/.drone.yml
Lulzette 54c29ad3b8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Поправил
2021-10-19 10:05:41 +00:00

21 lines
232 B
YAML

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