edited domain var to localhost

This commit is contained in:
Elijah 2024-03-03 22:31:56 +01:00
parent 30742ded1c
commit 5f2106ce53
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
SECRET_KEY: "t3st-dummy-s3cr3t-k3y"
STATIC_ROOT: "tmp/static/"
MEDIA_ROOT: "tmp/media/"
DOMAIN: "testserver"
DOMAIN: "localhost"
steps:
- uses: actions/checkout@v4