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