时空支付服更新脚本优化
parent
bb09352c96
commit
175454150f
|
@ -16,6 +16,6 @@ cd /data/update/project/sk_pay || exit
|
|||
git pull
|
||||
mvn clean package
|
||||
if [ ! -z ${ip} ];then
|
||||
scp ${BASE_DIR}/target/idip-1.0-SNAPSHOT.jar ${ip}:/data/shikong/idip/
|
||||
scp ${BASE_DIR}/pay_reboot.sh ${ip}:/data/shikong/delivery-server/pay_reboot.sh
|
||||
scp target/idip-1.0-SNAPSHOT.jar ${ip}:/data/shikong/idip/
|
||||
scp pay_reboot.sh ${ip}:/data/shikong/idip/pay_reboot.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue