alerta/.drone.yml

44 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2021-01-08 10:39:15 +00:00
---
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
2021-04-28 08:28:47 +00:00
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
2021-01-08 10:39:15 +00:00
trigger:
branch:
- main
2021-06-03 21:00:14 +00:00
---
kind: pipeline
name: generate recipe catalogue
2021-06-03 21:00:14 +00:00
steps:
- name: release a new version
image: plugins/downstream
2021-06-03 21:00:14 +00:00
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