difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
ver=vd19052501
host=122.112.244.72
ssh -p2020 root@$host "mkdir -p /data/cdn/h5/$ver"
rsync -avH -e "ssh -p2020" --progress --no-owner --no-group build/web-desktop/* root@$host:/data/cdn/h5/$ver/
# host=212.64.85.38
# ssh -p2020 root@$host "mkdir -p /data/cdnres/h5/$ver"
# rsync -avH -e "ssh -p2020" --progress client_h5/build/web-mobile/* root@$host:/data/cdnres/h5/$ver/