Changed domain var to testserver
This commit is contained in:
parent
b7846fa258
commit
d0ecbf0716
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue