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