mac
2025-10-10 b95fb15e09d203bdd75c18b3e36f6ba9f4acd627
Cocoon.bat
@@ -1,26 +1,16 @@
@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
ssh root@47.242.52.97
echo.
echo $ cd /website/Cocoon
cd /website/Cocoon
echo.
echo $ git pull
git pull
echo.
echo $ exit
exit
echo.
ssh root@47.242.52.97
echo.
echo Cocoon Pulled!
echo.