From d0ecbf071630da68699a1c689e50308b3f89a120 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 3 Mar 2024 23:06:21 +0100 Subject: [PATCH] Changed domain var to testserver --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index d6d647a..dcb4343 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -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