test: fixbug deploy sealms-ui ✌️

This commit is contained in:
2020-09-30 00:35:46 +08:00
parent b3f96ee1be
commit fedf03c3e3

View File

@@ -18,7 +18,7 @@ function go_rsync() {
}
function ui_build() {
cmd="cd /data/seal-ms/sealms-ui; yarn build:stage"
cmd="cd /data/seal-ms/sealms-ui; yarn build:pord"
bash -c "docker exec -i build-node sh -c '${cmd}'"
}