This commit is contained in:
parent
2cc8b3aa89
commit
0af6b8bb8b
@ -9,7 +9,11 @@ steps:
|
|||||||
- pip3 install poetry
|
- pip3 install poetry
|
||||||
- poetry install --no-root
|
- poetry install --no-root
|
||||||
- export SECRET_KEY=$(openssl rand -hex 32)
|
- export SECRET_KEY=$(openssl rand -hex 32)
|
||||||
|
- export DATABASE_URL=sqlite://$(mktemp)/db.sqlite3
|
||||||
- poetry run ./manage.py test
|
- poetry run ./manage.py test
|
||||||
|
environment:
|
||||||
|
ALLOWED_HOSTS: localhost,127.0.0.1
|
||||||
|
DEBUG: True
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: caprover/cli-caprover:2.2.3
|
image: caprover/cli-caprover:2.2.3
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user