More adjustments for drone
This commit is contained in:
parent
ea58fc273e
commit
68d961186c
@ -27,7 +27,7 @@ steps:
|
||||
commands:
|
||||
- apt update && apt install -y build-essential pkg-config libssl-dev # Dependancies for sqlx
|
||||
- cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres # Install sqlx
|
||||
- sqlx database create
|
||||
- sqlx database create
|
||||
- sqlx migrate run
|
||||
|
||||
- name: test
|
||||
|
@ -1,5 +1,5 @@
|
||||
application:
|
||||
host: 127.0.0.1
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
host: postgres
|
||||
host: "postgres"
|
||||
require_ssl: false
|
Loading…
Reference in New Issue
Block a user