From 8fb14905ff48883f17de2d2bc1e82824fed2569c Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 4 Mar 2024 19:14:43 +0100 Subject: [PATCH] fix domain --- .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..28512e3 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: "testserver" steps: - uses: actions/checkout@v4