mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
add build script
This commit is contained in:
12
rua-scripts/linux/show-client-16.sh
Normal file
12
rua-scripts/linux/show-client-16.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/env bash
|
||||||
|
|
||||||
|
# 16 staging
|
||||||
|
build_client_v3() {
|
||||||
|
fnm use && yarn && yarn build-showyun && scp -r -O build/* root@16:/home/wwwroot/editor_meta_showyun/ &&
|
||||||
|
fnm use && yarn && yarn build-showyun-viewer-rel && scp -r -O build/* root@16:/home/wwwroot/design_meta_showyun/
|
||||||
|
}
|
||||||
|
|
||||||
|
build_client_v2() {
|
||||||
|
fnm use && yarn && yarn build-showyun && scp -r -O build/* root@16:/home/wwwroot/editor_showyun &&
|
||||||
|
fnm use && yarn && yarn build-showyun-viewer-rel && scp -r -O build/* root@16:/home/wwwroot/design_showyun
|
||||||
|
}
|
Reference in New Issue
Block a user