Added DOMAIN variable to CI pipeline

This commit is contained in:
Elijah 2024-03-03 22:09:50 +01:00
parent 0460ce6bce
commit b357eccc80
1 changed files with 1 additions and 0 deletions

View File

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