Skip to content

Commit f9e0a39

Browse files
author
AhmadMWaddah
committed
Fix: CI mode with CI=true env var
Added CI=true so prod.py uses permissive localhost ALLOWED_HOSTS
1 parent 0232d2a commit f9e0a39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
- name: Run Django check (production)
201201
env:
202202
DJANGO_SETTINGS_MODULE: config.settings.prod
203+
CI: 'true'
203204
run: |
204205
python manage.py check --deploy
205206

0 commit comments

Comments
 (0)