fix: take 4 (all files)
Some checks failed
Release to Staging / build_and_release (push) Failing after 1m6s
Some checks failed
Release to Staging / build_and_release (push) Failing after 1m6s
This commit is contained in:
parent
02f250c76e
commit
abf9c3e4fd
@ -29,5 +29,5 @@ jobs:
|
|||||||
- name: Release Build
|
- name: Release Build
|
||||||
run: |
|
run: |
|
||||||
npm -g install cloudron-surfer
|
npm -g install cloudron-surfer
|
||||||
cd dist
|
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io
|
||||||
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io . /
|
surfer put .
|
||||||
|
@ -30,4 +30,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm -g install cloudron-surfer
|
npm -g install cloudron-surfer
|
||||||
cd dist
|
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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user