fix: CI: env var
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

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