From 5f2106ce53edbf6c2e2e4c9abe21f5198a0a3298 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 3 Mar 2024 22:31:56 +0100 Subject: [PATCH] edited domain var to localhost --- .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 28512e3..c850e25 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: "testserver" + DOMAIN: "localhost" steps: - uses: actions/checkout@v4