fix: take 5 files
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m8s
This commit is contained in:
parent
abf9c3e4fd
commit
ea3f61897c
@ -30,4 +30,4 @@ 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 . /
|
||||||
|
@ -31,4 +31,4 @@ 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 . /
|
||||||
|
Loading…
Reference in New Issue
Block a user