release #111

Merged
b merged 39 commits from staging into main 2024-07-11 13:42:05 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 400d192fb0 - Show all commits

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