Automatically generate catalogue on release [mass update]
continuous-integration/drone/push Build is failing Details

Re: coop-cloud/recipes-catalogue-json#4
This commit is contained in:
3wc 2023-01-20 10:27:11 -08:00
parent 63049ca757
commit 1c8acefa17
1 changed files with 11 additions and 5 deletions

View File

@ -24,11 +24,17 @@ trigger:
- main - main
--- ---
kind: pipeline kind: pipeline
name: recipe release name: generate recipe catalogue
steps: steps:
- name: release a new version - name: release a new version
image: thecoopcloud/drone-abra:latest image: plugins/downstream
settings: settings:
command: recipe adapt_authoring release server: https://build.coopcloud.tech
deploy_key: token:
from_secret: abra_bot_deploy_key from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag