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 3 deletions
Showing only changes of commit abf9c3e4fd - Show all commits

View File

@ -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 .

View File

@ -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 .