chore: replace - with _ for postgres
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
5b3432d6d8
commit
34020d2939
@ -102,8 +102,8 @@ data:
|
|||||||
DATABASE_TYPE: postgresql
|
DATABASE_TYPE: postgresql
|
||||||
DATABASE_HOST: {{ environment }}.postgresql.kjuulh.app
|
DATABASE_HOST: {{ environment }}.postgresql.kjuulh.app
|
||||||
DATABASE_PORT: {{ port }}
|
DATABASE_PORT: {{ port }}
|
||||||
DATABASE_USER: {{ vars.cuddle_vars.service | replace("_", "-") }}
|
DATABASE_USER: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||||
DATABASE_DB: {{ vars.cuddle_vars.service | replace("_", "-") }}
|
DATABASE_DB: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||||
|
|
||||||
"#
|
"#
|
||||||
.into(),
|
.into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user