build(release-production): removing well-known step

This commit is contained in:
kodo 2025-02-27 21:04:15 -03:00
parent 78d5111051
commit 1a2b10f320

@ -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
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server site.teamtoxic.xyz
surfer put dist/* / --all -d