craft-bot/.drone.yml
Timofey.Kovalev cbf3bb0303
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
commit
2021-06-11 16:14:00 +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 restart craft-bot