You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
325 B
7 lines
325 B
|
3 years ago
|
#cd ssh webadmin@10.7.207.210 "sh /data/deploy/webapp/deployWeb.sh"
|
||
|
|
cp /data/deploy_files/webapp/$1-release.tar.gz /data/deploy/webapp
|
||
|
|
scp /data/deploy_files/webapp/$1-release.tar.gz webadmin@10.7.207.210:/data/deploy/webapp
|
||
|
|
|
||
|
|
sh /data/deploy/deployweb.sh $1
|
||
|
|
ssh webadmin@10.7.207.210 "sh /data/deploy/bin/deployweb.sh $1"
|