update tooling again

main
Dominik Madarász 2023-10-08 21:47:29 +02:00
parent f7f45251c5
commit 2157665a6d
1 changed files with 3 additions and 3 deletions

View File

@ -162,14 +162,14 @@ if "%1"=="push" (
pushd depot pushd depot
git add . git add .
git commit -m "asset update" git commit -m "asset update"
if "%2"=="out" (
git push
)
popd popd
git add . git add .
git commit git commit
if "%2"=="out" ( if "%2"=="out" (
git push git push
pushd depot
git push
popd
) )
call make.bat vps call make.bat vps