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: jobs:
build: # name of your job build: # name of your job
docker: docker:
- image: 'cimg/node:12'
- image: 'circleci/node:12'
environment: environment:
DATABASE_URL: postgresql://root@localhost/circle_test DATABASE_URL: postgresql://root@localhost/circle_test
JWT_SECRET: something JWT_SECRET: something

Loading…
Cancel
Save