hu hao 5 years ago
parent
commit
0f2d19361b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ci/judgePush.sh

+ 1 - 0
ci/judgePush.sh

@@ -14,6 +14,7 @@ cd "$path"
 # shellcheck disable=SC2038
 # shellcheck disable=SC2185
 find -mmin -3 |grep -v .git|xargs -I {} cp -r {} -u -t $update_path
+#find -mtime -1 |grep -v .git|grep -v vendor|xargs -I {} cp -r {} /var/www/update/
 
 # shellcheck disable=SC2045
 # shellcheck disable=SC2006