diff --git a/.woodpecker.yml b/.woodpecker.yml index 53abbc9..e18859d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: backend: image: rust environment: - - DATABSE_URL=postgres://postgres:password@database:5432/postgres + - DATABASE_URL=postgres://postgres:password@database:5432/postgres commands: - make migrate - make