diff --git a/.drone.yml b/.drone.yml index 6e2b7c1..381e20e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,9 @@ steps: image: python:3.12-slim-bookworm settings: repo: git.thisfro.ch/pflaenz.li/pflaenzli + environment: + DJANGO_ALLOWED_HOSTS: localhost,[::1] + DJANGO_CSRF_TRUSTED_ORIGINS: http://localhost:8000 commands: - pip install coverage - pip install -r requirements.txt