craft-bot/.drone.yml
Timofey.Kovalev 0ebf053a91
Some checks failed
continuous-integration/drone/push Build is failing
commit
2021-06-11 16:10:49 +03:00

22 lines
255 B
YAML

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