Use new abra.sh strategy for config env vars
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-17 11:57:19 +01:00
parent 10366a3863
commit 5a7fff9450
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 5 deletions

View File

@ -24,11 +24,6 @@ SMTP_PORT=587
SMTP_STARTTLS=True
SMTP_USERNAME=noreply
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

4
abra.sh Normal file
View File

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