Add SECRET_KEY to CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michal Kunc 2023-02-17 15:30:52 +01:00
parent 489d826bc9
commit 2cc8b3aa89

View File

@ -8,6 +8,7 @@ steps:
commands:
- pip3 install poetry
- poetry install --no-root
- export SECRET_KEY=$(openssl rand -hex 32)
- poetry run ./manage.py test
- name: deploy
image: caprover/cli-caprover:2.2.3