Browse Source

🔥 Remove CONDUIT_SECRET environement variable.

main
fontaipi 5 years ago
committed by GitHub
parent
commit
f0e51a858f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

3
.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
Loading…
Cancel
Save