diff --git a/.gitea/workflows/release-production.yaml b/.gitea/workflows/release-production.yaml
index b8bd4b6..183d087 100644
--- a/.gitea/workflows/release-production.yaml
+++ b/.gitea/workflows/release-production.yaml
@@ -35,6 +35,6 @@ jobs:
       - name: Deploy Build
         run: |
           npm -g install cloudron-surfer
-          surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server site.teamtoxic.xyz
+          surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server teamtoxic.xyz
           surfer put dist/* / --all -d
           surfer put dist/.well-known / --all
\ No newline at end of file