debug: CI: pass DB url as string
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-19 10:42:45 +05:30
parent b249696776
commit fb967e554b
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:
- DATABASE_URL=postgres://postgres:password@librepages_librepages_postgres_database:5432/postgres
- DATABASE_URL="postgres://postgres:password@librepages_librepages_postgres_database:5432/postgres"
commands:
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
- apt update && apt-get -y --no-install-recommends install nodejs