Compare commits
5 Commits
b7463efb45
...
12fce31ed8
Author | SHA1 | Date | |
---|---|---|---|
12fce31ed8 | |||
456982e82c | |||
4456ca69a2 | |||
8a3614419a | |||
4c88f0268d |
16
.drone.yml
16
.drone.yml
@ -7,6 +7,14 @@ 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:
|
||||||
@ -16,12 +24,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- make install
|
- make install
|
||||||
when:
|
when:
|
||||||
branch:
|
event:
|
||||||
- master
|
- push
|
||||||
|
|
||||||
- name: restart
|
- name: restart
|
||||||
commands:
|
commands:
|
||||||
- systemctl restart craft-bot
|
- systemctl restart craft-bot
|
||||||
when:
|
when:
|
||||||
branch:
|
event:
|
||||||
- master
|
- push
|
||||||
|
Reference in New Issue
Block a user