Add SMTP_PASSWORD into the environment
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-10 10:53:27 +02:00
parent ae6a644663
commit abe1f5813e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 0 deletions

View File

@ -74,3 +74,10 @@
- /var/lib/alerta/alerta.conf:/app/alerta.conf
- /var/lib/alerta/alertad.conf:/app/alertad.conf
- /var/lib/alerta/config.json:/web/config.json
- name: Configure the dokku app environment
dokku_config:
app: alerta
restart: false
config:
SMTP_PASSWORD: "{{ smtp_password }}"