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