From 68d961186c400a98a0cc733337739fdbb84c1eac Mon Sep 17 00:00:00 2001 From: Nick Bland Date: Wed, 5 Jan 2022 00:31:52 +1000 Subject: [PATCH] More adjustments for drone --- .drone.yml | 2 +- configuration/drone.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 281ad51..2e0b7fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/configuration/drone.yaml b/configuration/drone.yaml index 69e366a..403d5db 100644 --- a/configuration/drone.yaml +++ b/configuration/drone.yaml @@ -1,5 +1,5 @@ application: - host: 127.0.0.1 + host: 0.0.0.0 database: - host: postgres + host: "postgres" require_ssl: false \ No newline at end of file