Changed domain var to testserver

This commit is contained in:
Elijah 2024-03-03 23:06:21 +01:00
parent b7846fa258
commit d0ecbf0716
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: "localhost"
DOMAIN: "testserver"
steps:
- uses: actions/checkout@v4