Compare commits

...

2 Commits

Author SHA1 Message Date
KawaiiPunk 8fbe402386
Attempt to fix CI secret generation
continuous-integration/drone/push Build is failing Details
2024-03-28 15:08:18 +00:00
KawaiiPunk 00c72d17ed
Added catalouge build to .drone
continuous-integration/drone/push Build is failing Details
2024-03-28 15:01:43 +00:00
1 changed files with 17 additions and 1 deletions

View File

@ -18,8 +18,24 @@ steps:
LETS_ENCRYPT_ENV: production
APP_ENTRYPOINT_CONF_VERSION: v1
BACKEND_ENTRYPOINT_CONF_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
SECRET_PENPOT_DB_PASSWORD_VERSION: v1
SECRET_SMTP_PASSWORD_VERSION: v1
trigger:
branch:
- main
---
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