edited domain var to localhost
This commit is contained in:
parent
30742ded1c
commit
5f2106ce53
|
@ -20,7 +20,7 @@ jobs:
|
||||||
SECRET_KEY: "t3st-dummy-s3cr3t-k3y"
|
SECRET_KEY: "t3st-dummy-s3cr3t-k3y"
|
||||||
STATIC_ROOT: "tmp/static/"
|
STATIC_ROOT: "tmp/static/"
|
||||||
MEDIA_ROOT: "tmp/media/"
|
MEDIA_ROOT: "tmp/media/"
|
||||||
DOMAIN: "testserver"
|
DOMAIN: "localhost"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue