Browse Source

step 4 parse error

main
guidezSeb 6 years ago
parent
commit
6749d8378b
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -6,7 +6,7 @@ orbs:
jobs:
build: # name of your job
docker:
- image: cimg/node:14.10.1
- image: 'cimg/node:14.10.1'
environment:
DATABASE_URL: postgresql://root@localhost/circle_test
JWT_SECRET: something

Loading…
Cancel
Save