Run drone on schedule

main
Georg Krause 2022-02-17 21:26:55 +01:00
parent e053f184ed
commit 492692e70e
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: exec
name: prepare
name: build
platform:
os: linux
@ -20,6 +20,12 @@ steps:
commands:
- docker login -u $USERNAME -p $PASSWORD
- docker push gcrkrause/renovate:latest
trigger:
event:
- cron
cron:
include:
- weekly
---
kind: pipeline
type: docker
@ -38,3 +44,9 @@ steps:
from_secret: gitea_secret
RENOVATE_PLATFORM: gitea
LOG_LEVEL: DEBUG
trigger:
event:
- cron
cron:
include:
- hourly