add new client deployment guide
This commit is contained in:
parent
59190fc3f1
commit
148488e2c4
1 changed files with 18 additions and 0 deletions
18
update_client.txt
Normal file
18
update_client.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
-- terminal
|
||||||
|
|
||||||
|
cd client
|
||||||
|
npm build
|
||||||
|
|
||||||
|
-- send release
|
||||||
|
|
||||||
|
(current folder: client)
|
||||||
|
cd dist
|
||||||
|
zip -r client.zip client/
|
||||||
|
scp client.zip recipe@10.11.77.50:/home/recipe/taobin_recipe_manager/
|
||||||
|
|
||||||
|
|
||||||
|
-- on server
|
||||||
|
|
||||||
|
ssh recipe@10.11.77.50
|
||||||
|
cd taobin_recipe_manager
|
||||||
|
sudo ./updateByBinaryRelease.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue