diff --git a/pushdocker.sh b/pushdocker.sh index 3db14dfc4..76b9e31a6 100755 --- a/pushdocker.sh +++ b/pushdocker.sh @@ -27,6 +27,12 @@ elif [ ${1} == 'distribute' ] ; then elif [ ${1} == 'sq1' ] ; then destUrl="root@sq1:/root/zyz/" port=3737 +elif [ ${1} == 'sq2' ] ; then + destUrl="root@sq2:/root/zyz/" + port=3737 +elif [ ${1} == 'sq3' ] ; then + destUrl="root@sq3:/root/zyz/" + port=3737 else echo "需要一个参数指明服务器" exit 1; diff --git a/scripts/envInit.sh b/scripts/envInit.sh new file mode 100755 index 000000000..adfc14e84 --- /dev/null +++ b/scripts/envInit.sh @@ -0,0 +1,4 @@ +curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - +apt-get install -y nodejs +npm config set registry https://registry.npm.taobao.org +npm install -g pm2