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