Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -27,6 +27,8 @@ | ... | @@ -27,6 +27,8 @@ |
| 27 | "dec-baorong": "ssh ipadbiz-inner 'cd /opt/baorong/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 27 | "dec-baorong": "ssh ipadbiz-inner 'cd /opt/baorong/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 28 | "scp-taishan": "scp dist.tar.gz ipadbiz-inner:/opt/taishan/f/custom_form", | 28 | "scp-taishan": "scp dist.tar.gz ipadbiz-inner:/opt/taishan/f/custom_form", |
| 29 | "dec-taishan": "ssh ipadbiz-inner 'cd /opt/taishan/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 29 | "dec-taishan": "ssh ipadbiz-inner 'cd /opt/taishan/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 30 | + "scp-juelin": "scp dist.tar.gz ipadbiz-inner:/opt/juelin/f/custom_form", | ||
| 31 | + "dec-juelin": "ssh ipadbiz-inner 'cd /opt/juelin/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | ||
| 30 | "scp-xys": "scp -P 12101 dist.tar.gz zhsy@oa.jcedu.org:/home/www/f/custom_form", | 32 | "scp-xys": "scp -P 12101 dist.tar.gz zhsy@oa.jcedu.org:/home/www/f/custom_form", |
| 31 | "dec-xys": "ssh -p 12101 zhsy@oa.jcedu.org 'cd /home/www/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 33 | "dec-xys": "ssh -p 12101 zhsy@oa.jcedu.org 'cd /home/www/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 32 | "scp-zentea": "scp dist.tar.gz zentea@anxinchashi.com:/data/www/zentea/f/custom_form", | 34 | "scp-zentea": "scp dist.tar.gz zentea@anxinchashi.com:/data/www/zentea/f/custom_form", |
| ... | @@ -44,7 +46,8 @@ | ... | @@ -44,7 +46,8 @@ |
| 44 | "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar && npm run remove_dist", | 46 | "xys_upload": "npm run build_tar && npm run scp-xys && npm run dec-xys && npm run remove_tar && npm run remove_dist", |
| 45 | "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar && npm run remove_dist", | 47 | "zentea_upload": "npm run build_tar && npm run scp-zentea && npm run dec-zentea && npm run remove_tar && npm run remove_dist", |
| 46 | "behalo_upload": "npm run build_tar && npm run scp-behalo && npm run dec-behalo && npm run remove_tar && npm run remove_dist", | 48 | "behalo_upload": "npm run build_tar && npm run scp-behalo && npm run dec-behalo && npm run remove_tar && npm run remove_dist", |
| 47 | - "all_upload": "npm run xys_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run baorong_upload && npm run taishan_upload && npm run zentea_upload && npm run behalo_upload" | 49 | + "juelin_upload": "npm run build_tar && npm run scp-juelin && npm run dec-juelin && npm run remove_tar && npm run remove_dist", |
| 50 | + "all_upload": "npm run xys_upload && npm run oa_upload && npm run mituo_upload && npm run guanzong_upload && npm run baorong_upload && npm run taishan_upload && npm run juelin_upload && npm run behalo_upload" | ||
| 48 | }, | 51 | }, |
| 49 | "dependencies": { | 52 | "dependencies": { |
| 50 | "@dedisuryadi/json-form-data": "^0.1.1", | 53 | "@dedisuryadi/json-form-data": "^0.1.1", | ... | ... |
-
Please register or login to post a comment