This commit is contained in:
parent
ea3f61897c
commit
400d192fb0
@ -30,4 +30,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm -g install cloudron-surfer
|
npm -g install cloudron-surfer
|
||||||
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
|
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
|
||||||
surfer put . /
|
surfer put dist/* / --all -d
|
||||||
|
surfer put dist/.well-known / --all
|
||||||
|
@ -31,4 +31,5 @@ jobs:
|
|||||||
npm -g install cloudron-surfer
|
npm -g install cloudron-surfer
|
||||||
cd dist
|
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 . /
|
surfer put dist/* / --all -d
|
||||||
|
surfer put dist/.well-known / --all
|
||||||
|
Loading…
Reference in New Issue
Block a user