sslmode=disable
This commit is contained in:
parent
07116fc679
commit
445473ec9d
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ test sqlite to postgres:
|
||||||
- cd /
|
- cd /
|
||||||
- signald --migrate-data
|
- signald --migrate-data
|
||||||
- echo 'CREATE DATABASE signald' | psql -h postgres -U postgres -a
|
- echo 'CREATE DATABASE signald' | psql -h postgres -U postgres -a
|
||||||
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald"
|
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald?sslmode=disable"
|
||||||
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data
|
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald?sslmode=disable signald --migrate-data
|
||||||
services:
|
services:
|
||||||
- name: postgres:latest
|
- name: postgres:latest
|
||||||
alias: postgres
|
alias: postgres
|
||||||
|
|
Loading…
Reference in a new issue