fix: take 4 (all files)

This commit is contained in:
SIGit 2024-06-18 15:36:27 +01:00
parent 02f250c76e
commit abf9c3e4fd
2 changed files with 4 additions and 3 deletions

@ -29,5 +29,5 @@ jobs:
- name: Release Build
run: |
npm -g install cloudron-surfer
cd dist
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io . /
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
surfer put .

@ -30,4 +30,5 @@ jobs:
run: |
npm -g install cloudron-surfer
cd dist
surfer put --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io . /
surfer config --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io
surfer put .