From b357eccc80cf9eb686a79d1be4d9a316326a2688 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 3 Mar 2024 22:09:50 +0100 Subject: [PATCH] Added DOMAIN variable to CI pipeline --- .gitea/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index c67fadc..c850e25 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -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