craft-bot/.drone.yml
smsteel 8a3614419a
All checks were successful
continuous-integration/drone/push Build is passing
CI
2021-06-25 18:29:11 +03:00

36 lines
420 B
YAML

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