hookehuyr

fix

...@@ -33,7 +33,7 @@ mv "${output:?}/static" $path"/${output:?}" ...@@ -33,7 +33,7 @@ mv "${output:?}/static" $path"/${output:?}"
33 cd $path"/${output:?}" 33 cd $path"/${output:?}"
34 git pull 34 git pull
35 git add -A 35 git add -A
36 -git commit -m '前端网页更新' 36 +git commit -m '别院预约前端网页更新'
37 git push 37 git push
38 38
39 # 更新SSH服务器上文件 39 # 更新SSH服务器上文件
......