Browse Source

change img

main
guidezSeb 6 years ago
parent
commit
90a12632b1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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

Loading…
Cancel
Save