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