From 22581ab05f8ace849b31caaf8e6a14570c66b82f Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Thu, 13 Jul 2017 14:44:13 +1000 Subject: [PATCH] sync spa content with remote server --- uploadwechathitxy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uploadwechathitxy.sh b/uploadwechathitxy.sh index 86ecc12..7fa9e8a 100755 --- a/uploadwechathitxy.sh +++ b/uploadwechathitxy.sh @@ -1,4 +1,5 @@ #!/bin/bash go build +rsync -a spa/ root@biukop.com.au:/root/wechatAPIServer/spa/ scp ./wechat_hitxy root@biukop.com.au:/root/wechatAPIServer/ scp *.json root@biukop.com.au:/root/ \ No newline at end of file