|
|
@ -10,7 +10,7 @@ workflows: |
|
|
jobs: |
|
|
jobs: |
|
|
deploy_node: |
|
|
deploy_node: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run |
|
|
|
|
|
|
|
|
- image: circleci/node:12 # the primary container, where your job's commands are run |
|
|
environment: |
|
|
environment: |
|
|
DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb |
|
|
DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb |
|
|
JWT_SECRET: secret |
|
|
JWT_SECRET: secret |
|
|
|