Compare commits
3 Commits
5d86159900
...
feature_te
Author | SHA1 | Date | |
---|---|---|---|
4456ca69a2 | |||
8a3614419a | |||
4c88f0268d |
16
.drone.yml
16
.drone.yml
@ -7,6 +7,14 @@ platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
@ -16,12 +24,12 @@ steps:
|
||||
commands:
|
||||
- make install
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: restart
|
||||
commands:
|
||||
- systemctl restart craft-bot
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
Reference in New Issue
Block a user