run updater as a cronjob
This commit is contained in:
parent
bd35d19e98
commit
13f34e55e9
1 changed files with 3 additions and 8 deletions
11
.drone.yml
11
.drone.yml
|
@ -92,13 +92,8 @@ steps:
|
||||||
from_secret: GITEA_KEY
|
from_secret: GITEA_KEY
|
||||||
depends_on:
|
depends_on:
|
||||||
- Push git
|
- Push git
|
||||||
#trigger:
|
|
||||||
# event:
|
|
||||||
# - cron
|
|
||||||
# cron:
|
|
||||||
# - updater
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- cron
|
||||||
branch:
|
cron:
|
||||||
- main
|
- updater
|
||||||
|
|
Reference in a new issue