diff --git a/.drone.yml b/.drone.yml index 5fdea26..041b87f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: PGPASSWORD: password commands: - sleep 35 - - "psql -U postgtres -d newsletter -h postgres" + - "psql -U postgres -d newsletter -h postgres" - name: sqlxMigrate image: rust:1.56