From 1b00e705848c7f960ddfcd9d3b0fbe8eaea8c734 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Dec 2023 15:28:16 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c2e115b..f6eaffc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,11 +15,6 @@ jobs: image: mongo:4.2 ports: - 27017:27017 - maildev: - image: maildev/maildev - ports: - - 80:80 - - 25:25 steps: - uses: actions/checkout@v3 with: