build(release-production): changing target server

This commit is contained in:
kodo 2025-02-27 21:01:16 -03:00
parent 2a82f0ca24
commit 82035eb767

@ -35,9 +35,6 @@ jobs:
- name: Deploy Build
run: |
npm -g install cloudron-surfer
echo printing secret!
echo ${{ secrets.CLOUDRON_SURFER_TOKEN }}
echo :D
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server site.teamtoxic.xyz
surfer put dist/* / --all -d
surfer put dist/.well-known / --all