craft-bot/.drone.yml
smsteel 36055c61a8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fix drone CI, fix markdown in kill message
2021-06-24 18:56:43 +03:00

28 lines
337 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- make
- name: install
commands:
- make install
when:
branch:
- master
- name: restart
commands:
- systemctl restart craft-bot
when:
branch:
- master