rename targetDir to targetFolder in deploy config

This commit is contained in:
luk.lu
2022-11-30 13:48:07 +08:00
parent af8b5c549d
commit 95fbc3eb53
3 changed files with 16 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ set /p COMMIT_MESSAGE=">>> "
echo;
for /d /r %%r in (*) do (
echo "%%r" | findstr "node_modules" >NUL && ( echo; ) || (
echo "%%r" | findstr "node_modules" >NUL || (
if exist "%%r\.git" (
pushd "%%r"
echo ---- git commit and push [%%r] ----