From 38a9a04b107a5c719bf1ea3bc5605773b9e8f1ea Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 12:07:03 +0100 Subject: [PATCH] curly braces --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a696be6..06a0c3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ jobs: - run: command: yarn test:e2e environment: - DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB + DATABASE_URL: postgres://${PG_USER}@localhost:5432/${PG_DB} JWT_SECRET: yeet API_PORT: 3000 API_HOST: localhost