mac
2025-10-10 b95fb15e09d203bdd75c18b3e36f6ba9f4acd627
Cocoon.bat
@@ -1,13 +1,17 @@
@echo off
echo $ git add .
git add .
echo.
echo $ git commit -m[update]
git commit -m[update]
echo.
echo $ git push
git push
@echo off
echo.
echo Cocoon Pushed!
echo.
echo $ ssh root@47.242.52.97
echo $ cd /website/Cocoon
echo $ git pull
echo $ exit
echo.
ssh root@47.242.52.97
echo.
echo Cocoon Pulled!
echo.
pause