Browse Source
🔥 Remove CONDUIT_SECRET environement variable.
main
fontaipi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
.circleci/config.yml
|
|
|
@ -29,7 +29,6 @@ jobs: |
|
|
|
environment: |
|
|
|
FLASK_APP: /home/circleci/repo/autoapp.py |
|
|
|
FLASK_DEBUG: 0 |
|
|
|
CONDUIT_SECRET: something-really-secret |
|
|
|
command: | |
|
|
|
. venv/bin/activate |
|
|
|
flask db upgrade |
|
|
|
@ -86,4 +85,4 @@ workflows: |
|
|
|
- install |
|
|
|
- docker-build-and-push: |
|
|
|
requires: |
|
|
|
- install |
|
|
|
- install |