Cater for multiple DBs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-13 15:57:48 +02:00
parent 5bd4cd65f3
commit 74768c7e84
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
port: 8080
db:
type: "mariadb"
password: "{{ db_passwd }}"
root_password: "{{ root_db_passwd }}"
- type: "mariadb"
passwd: "{{ db_passwd }}"
root_passwd: "{{ root_db_passwd }}"
env:
DB_ADDR: "{{ dokku_mariadb_db_addr }}"