fix: take 4 (all files)
Some checks failed
Release to Staging / build_and_release (push) Failing after 1m6s

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

View File

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

View File

@ -30,4 +30,5 @@ jobs:
run: | run: |
npm -g install cloudron-surfer npm -g install cloudron-surfer
cd dist 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 .