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