This commit is contained in:
smsteel 2021-06-25 17:51:39 +03:00 committed by Timofey.Kovalev
parent b7463efb45
commit fe30690724

View File

@ -7,6 +7,13 @@ platform:
os: linux
arch: amd64
trigger:
branch:
- master
event:
exclude:
- pull_request
steps:
- name: build
commands:
@ -15,13 +22,7 @@ steps:
- name: install
commands:
- make install
when:
branch:
- master
- name: restart
commands:
- systemctl restart craft-bot
when:
branch:
- master