make updater a cronjob
This commit is contained in:
parent
d3801c2f85
commit
4375980ccf
1 changed files with 3 additions and 8 deletions
11
.drone.yml
11
.drone.yml
|
@ -64,16 +64,11 @@ steps:
|
|||
environment:
|
||||
AUTHORISATION:
|
||||
from_secret: GITEA_KEY
|
||||
#trigger:
|
||||
# event:
|
||||
# - cron
|
||||
# cron:
|
||||
# - updater
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
- cron
|
||||
cron:
|
||||
- updater
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
Loading…
Reference in a new issue