build(client-web): 🚀 Update client build script
Build client script with uploading package to server
This commit is contained in:
parent
47357e7ab4
commit
37c182729b
5 changed files with 27 additions and 8 deletions
6
client/dist/send_package.sh
vendored
Normal file
6
client/dist/send_package.sh
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
zip -vr client.zip client/
|
||||
|
||||
echo "-------------------------------------------"
|
||||
echo "** Make sure the network is accessiable to 10.11.77.50"
|
||||
|
||||
./upload-cli
|
||||
BIN
client/dist/upload-cli
vendored
Normal file
BIN
client/dist/upload-cli
vendored
Normal file
Binary file not shown.
1
client/dist/uploadBinaryClient.sh
vendored
Normal file
1
client/dist/uploadBinaryClient.sh
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
scp client.zip recipe@10.11.77.50:/home/recipe/taobin_recipe_manager/
|
||||
Loading…
Add table
Add a link
Reference in a new issue