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