Crisp_Telegram_bot/.drone.yml
Lulzette f3dc9d74c7
All checks were successful
continuous-integration/drone/push Build is passing
forgot
2021-10-19 09:44:29 +00:00

21 lines
228 B
YAML

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