This commit is contained in:
parent
4c88f0268d
commit
8a3614419a
@ -11,7 +11,8 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
exclude:
|
include:
|
||||||
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -22,7 +23,13 @@ steps:
|
|||||||
- name: install
|
- name: install
|
||||||
commands:
|
commands:
|
||||||
- make install
|
- make install
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
- name: restart
|
- name: restart
|
||||||
commands:
|
commands:
|
||||||
- systemctl restart craft-bot
|
- systemctl restart craft-bot
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user