fix: take 6
Some checks failed
Release to Staging / build_and_release (push) Failing after 1m7s

This commit is contained in:
SIGit 2024-06-19 11:53:16 +01:00
parent ea3f61897c
commit 400d192fb0
2 changed files with 4 additions and 2 deletions

View File

@ -30,4 +30,5 @@ jobs:
run: |
npm -g install cloudron-surfer
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
surfer put . /
surfer put dist/* / --all -d
surfer put dist/.well-known / --all

View File

@ -31,4 +31,5 @@ jobs:
npm -g install cloudron-surfer
cd dist
surfer config --token ${{ secrets.STAGING_CLOUDRON_SURFER_TOKEN }} --server staging.sigit.io
surfer put . /
surfer put dist/* / --all -d
surfer put dist/.well-known / --all