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:
|
environment:
|
||||||
AUTHORISATION:
|
AUTHORISATION:
|
||||||
from_secret: GITEA_KEY
|
from_secret: GITEA_KEY
|
||||||
#trigger:
|
|
||||||
# event:
|
|
||||||
# - cron
|
|
||||||
# cron:
|
|
||||||
# - updater
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
event:
|
||||||
- main
|
- cron
|
||||||
|
cron:
|
||||||
|
- updater
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Reference in a new issue