diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index 7adf7c9..c63373e 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       volumes:
-        - /var/www:/www
+        - /www
     steps:
       - name: Clone code to runner
         uses: actions/checkout@v4