From 5bae1ff147a5ab041473c60f4ad1df44c11af04d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 9 Sep 2022 17:36:28 +0530 Subject: [PATCH] fix: CI: env var --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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