fix: take 7
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s

This commit is contained in:
SIGit 2024-06-19 12:03:25 +01:00
parent 400d192fb0
commit 3f944bdf73

View File

@ -29,7 +29,6 @@ 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.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io surfer config --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io
surfer put dist/* / --all -d surfer put dist/* / --all -d
surfer put dist/.well-known / --all surfer put dist/.well-known / --all