From e694c9c8caf659eaf3de6df12af57f7a08d0b88d Mon Sep 17 00:00:00 2001 From: patate Date: Fri, 31 Oct 2025 08:02:39 +0000 Subject: [PATCH] fix: volumes --- .gitea/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d49653d..b549476 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,10 @@ on: jobs: deploy: - runs-on: linux_amd64 + runs-on: ubuntu-latest + + volumes: + - /mnt/deploy:/mnt/deploy steps: - name: 1. Check out the code