Crisp_Telegram_bot/.drone.yml
2021-10-19 09:43:39 +00:00

20 lines
221 B
YAML

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