build(release-production): debugging secret not being found

This commit is contained in:
kodo 2025-02-27 20:54:25 -03:00
parent 1bc0f7f41e
commit 2a82f0ca24

@ -35,6 +35,9 @@ 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 put dist/* / --all -d
surfer put dist/.well-known / --all