时空支付服更新脚本优化

main
grimm 2024-07-18 15:46:07 +08:00
parent bb09352c96
commit 175454150f
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ cd /data/update/project/sk_pay || exit
git pull git pull
mvn clean package mvn clean package
if [ ! -z ${ip} ];then if [ ! -z ${ip} ];then
scp ${BASE_DIR}/target/idip-1.0-SNAPSHOT.jar ${ip}:/data/shikong/idip/ scp 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 pay_reboot.sh ${ip}:/data/shikong/idip/pay_reboot.sh
fi fi