update script

This commit is contained in:
xfy
2024-06-04 13:27:51 +08:00
parent 28929aec11
commit 7e59c62f9e
2 changed files with 11 additions and 11 deletions

View File

@ -43,7 +43,7 @@ build-ly-v2-viewer() {
## 正式服务器
build-pub-v3-viewer() {
nvm use && yarn && yarn generate-pub && sshpass -f ~/passwd/lingyang.txt scp -r build/* design_meta@129.211.172.57:/ || exit 1
nvm use && yarn && yarn buildviewerpub-rel && scp -r build/* root@129.211.172.57:/home/wwwroot/design_meta/ || exit 1
echo "Upload build-pub-v3-viewer done"
}
build-pub-v3-editor() {

View File

@ -95,7 +95,7 @@ bind -r C-o swap-pane -D
# Zoom pane
bind + resize-pane -Z
bind = resize-pane -Z
# bind -r Left resize-pane -L 5
# bind -r Down resize-pane -D 5
# bind -r Up resize-pane -U 5