Browse Source

fix: 修复ci文件中的错误

zhupei@smartai.com 1 year ago
parent
commit
774da88769
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -22,7 +22,7 @@ deploy_job:
   dependencies:
     - build_job
   script:
-    - rsync -e "ssh -p 22" -av --delete --no-o --no-g --progress dist basic@192.168.20.119:/data/disk3/rag/smart2
+    - rsync -e "ssh -p 22" -av --delete --no-o --no-g --progress dist/ basic@192.168.20.119:/data/disk3/rag/smart2
 
   environment:
     name: production