alerta/.drone.yml

44 lines
1.0 KiB
YAML

---
kind: pipeline
name: push custom alerta-web container
steps:
- name: build container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/alerta
tags: 8.5.0
environment:
ALERTAD_CONF_VERSION: v1
ALERTA_CONF_VERSION: v1
CONFIG_JSON_VERSION: v1
EMAIL_TMPL_VERSION: v1
SECRET_CLI_API_KEY_VERSION: v1
SECRET_MAILER_API_KEY_VERSION: v1
SECRET_SMTP_PASSWORD_VERSION: v1
SECRET_SECRET_KEY_VERSION: v1
SECRET_OAUTH_CLIENT_SECRET_VERSION: v1
SECRET_ROCKET_CHAT_WEBHOOK_URL: 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