fix: CI: env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2022-09-09 17:36:28 +05:30
parent 3c8877816e
commit 5bae1ff147
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

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