rename targetDir to targetFolder in deploy config

This commit is contained in:
luk.lu
2022-11-30 13:20:59 +08:00
parent 9969bedb3c
commit af8b5c549d
4 changed files with 85 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ echo *** Starting from [%CD%] ***
echo;
for /d /r %%r in (*) do (
echo "%%r" | findstr "node_modules" >NUL || (
echo "%%r" | findstr "node_modules" >NUL && ( echo; ) || (
if exist "%%r\.git" (
pushd "%%r"
echo ---- git pulling [%%r] ----