More adjustments for drone

This commit is contained in:
Nick Bland 2022-01-05 00:31:52 +10:00
parent ea58fc273e
commit 68d961186c
No known key found for this signature in database
GPG Key ID: B46CF88E4DAB4A2C
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
application:
host: 127.0.0.1
host: 0.0.0.0
database:
host: postgres
host: "postgres"
require_ssl: false