temporarily trigger without cronjob
This commit is contained in:
parent
eb402d0f35
commit
734390f492
1 changed files with 7 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
@ -37,11 +37,14 @@ steps:
|
|||
environment:
|
||||
AUTHORISATION:
|
||||
from_secret: GITEA_KEY
|
||||
#trigger:
|
||||
# event:
|
||||
# - cron
|
||||
# cron:
|
||||
# - updater
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- updater
|
||||
branch:
|
||||
- main
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
Reference in a new issue