KheliaNibaruta 6 years ago
parent
commit
2b498ea1be
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -45,15 +45,15 @@ jobs:
docker:
- image: cimg/node:14.10.1
environment
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: keke
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
DATABASE_URL:postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET:keke
API_PORT:3000
API_HOST:localhost
API_PROTOCOL:http
-image: circleci/postgres:9.6.2-alpine
environment
POSTGRE_USER: keke
POSTGRE_DB: mydb
POSTGRE_USER:keke
POSTGRE_DB:mydb
POSTGRE_PASSWORD:keke
steps:
- checkout

Loading…
Cancel
Save