Compare commits

...

8 Commits
8.5.0 ... main

Author SHA1 Message Date
decentral1se 0d6184e7a4
Revert internal network change (see coop-cloud/organising#62)
continuous-integration/drone/push Build is passing Details
2021-07-15 16:07:44 +02:00
decentral1se a4f1aaa8c6
Bump vendored config version
continuous-integration/drone/push Build is passing Details
2021-07-14 16:16:34 +02:00
decentral1se 7f7c072529
Fix service names
continuous-integration/drone/push Build is passing Details
2021-07-14 16:15:47 +02:00
decentral1se accef279b4
Scope internal network internally
continuous-integration/drone/push Build is passing Details
2021-07-10 15:41:05 +02:00
decentral1se 1190d0c244
Use new image namespace
continuous-integration/drone/push Build is passing Details
2021-06-21 12:27:19 +02:00
decentral1se 0d2467d333
Remove trigger, we make the tags [ci skip] 2021-06-04 00:14:05 +02:00
decentral1se de81ace70e
Fix bad name in batch update script [ci skip] 2021-06-03 23:06:09 +02:00
decentral1se 797cf4aa10
Add release logic to CI [ci skip] 2021-06-03 23:00:14 +02:00
3 changed files with 13 additions and 3 deletions

View File

@ -14,3 +14,13 @@ steps:
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe alerta release
deploy_key:
from_secret: abra_bot_deploy_key

View File

@ -1,4 +1,4 @@
export ALERTAD_CONF_VERSION=v1
export ALERTA_CONF_VERSION=v1
export ALERTA_CONF_VERSION=v2
export CONFIG_JSON_VERSION=v1
export EMAIL_TMPL_VERSION=v1

View File

@ -1,6 +1,6 @@
[DEFAULT]
debug = {{ env "DEBUG" }}
endpoint = http://web:8080/api
endpoint = http://app:8080/api
key = {{ secret "cli_api_key" }}
output = json
sslverify = False
@ -13,7 +13,7 @@ config_file = /app/alerta.conf
dashboard_url = https://{{ env "DOMAIN" }}
debug = {{ env "DEBUG" }}
email_type = text
endpoint = http://web:8080/api
endpoint = http://app:8080/api
key = {{ secret "mailer_api_key" }}
mail_from = {{ env "MAIL_FROM" }}
mail_template = /app/email.tmpl