This commit is contained in:
parent
2fbdf7af56
commit
b7ccd8c4e5
@ -24,4 +24,6 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Release Build
|
- name: Release Build
|
||||||
run: npx surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server app.sigit.io dist/* /web
|
run: |
|
||||||
|
npm -g install cloudron-surfer
|
||||||
|
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server app.sigit.io dist/* /web/
|
||||||
|
Loading…
Reference in New Issue
Block a user