|
|
@ -26,15 +26,15 @@ jobs: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/python:3.9-buster-node-browsers |
|
|
- image: circleci/python:3.9-buster-node-browsers |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgresql://myUser:myPassword@localhost:5432/my_database_postgres |
|
|
|
|
|
|
|
|
DATABASE_URL: postgresql://cngamueuzocvcp:094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80@localhost:5432/d8nr5lrrsj8666 |
|
|
FLASK_APP: autoapp.py |
|
|
FLASK_APP: autoapp.py |
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
FLASK_DEBUG: 1 |
|
|
FLASK_DEBUG: 1 |
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: myUser |
|
|
|
|
|
POSTGRES_DB: my_database_postgres |
|
|
|
|
|
POSTGRES_PASSWORD: myPassword |
|
|
|
|
|
|
|
|
POSTGRES_USER: cngamueuzocvcp |
|
|
|
|
|
POSTGRES_DB: d8nr5lrrsj8666 |
|
|
|
|
|
POSTGRES_PASSWORD: 094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
|