make the updater a cron job again
This commit is contained in:
parent
420e742a80
commit
9dbf9326d9
1 changed files with 4 additions and 7 deletions
11
.drone.yml
11
.drone.yml
|
@ -43,14 +43,11 @@ steps:
|
|||
environment:
|
||||
AUTHORISATION:
|
||||
from_secret: GITEA_KEY
|
||||
#trigger:
|
||||
# event:
|
||||
# - cron
|
||||
# cron:
|
||||
# - updater
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- updater
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
Reference in a new issue