mac
2025-10-01 8c4ce64c3493c44d0c849c3751e70878e40adcf1
Cocoon.bat
@@ -1,26 +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.
echo Cocoon Pushed!
echo.
@echo off
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
ssh root@47.242.52.97
echo.
echo Cocoon Pulled!
echo.