http://mayxwebloguxp4t2bgyc2i22zxylftibcajiyqmghlpyb7g6zxfsyiyd.onion/2025/08/10/tilde.html
/public_html/ unset GIT_DIR
git init
git add . git commit -m "update" git remote add codeberg ssh://
[email protected]/mayx/pages.git
git remote add gitgay ssh://
[email protected]/mayx/pages.git
git remote add bitbucket ssh://
[email protected]/unmayx/unmayx.bitbucket.io.git
git push -
f codeberg master
git push -
f gitgay master
git push -
f bitbucket master 除了这些Pages之外,还有一些平台只支持使用他们自己的软件上传网站代码,比如surge,既然我可以在构建的时候执行命令,那就顺带一起上传吧,比如我可以这样执行:...