瀏覽代碼

ensure destination has clean data

master
sp 4 年之前
父節點
當前提交
a17b4a92c9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      deploy/deploy.sh

+ 1
- 1
deploy/deploy.sh 查看文件

@@ -34,7 +34,7 @@ gzip -f /tmp/sfm_loan_rest_api_dist/syd_credit.sql
echo "copy it to remote server"
scp /tmp/sfm_loan_rest_api_dist/syd_credit.sql.gz root@c5016.biukop.com.au:/var/sfmapi/tmp/dist/
echo "sync files to remote server"
rsync -avh /tmp/sfm_loan_rest_api_dist/ root@c5016.biukop.com.au:/var/sfmapi/tmp/dist/
rsync -avh --delete /tmp/sfm_loan_rest_api_dist/ root@c5016.biukop.com.au:/var/sfmapi/tmp/dist/


# remote update

Loading…
取消
儲存