Add drone config for generating catalogue

This commit is contained in:
Nick Sellen 2023-10-30 23:10:58 +00:00
parent d99fcbeaa8
commit 0e48efc279
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
settings:
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag