Crisp_Telegram_bot/.drone.yml
Lulzette 4c12a5927e
All checks were successful
continuous-integration/drone/push Build is passing
Drone CI
2021-10-19 09:25:54 +00:00

18 lines
205 B
YAML

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