|
|
@ -18,6 +18,7 @@ jobs: |
|
|
auth: |
|
|
auth: |
|
|
username: mydockerhub-user |
|
|
username: mydockerhub-user |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
password: $DOCKERHUB_PASSWORD |
|
|
|
|
|
working_directory: ~/directory |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
@ -52,7 +53,7 @@ jobs: |
|
|
- image: cimg/python:3.9.1 |
|
|
- image: cimg/python:3.9.1 |
|
|
environment: |
|
|
environment: |
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
FLASK_APP: /autoapp.py |
|
|
|
|
|
|
|
|
FLASK_APP: /home/circleci/directory/autoapp.py |
|
|
FLASK_DEBUG: 1 |
|
|
FLASK_DEBUG: 1 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
|