mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-05-19 23:36:53 +03:00
Update 3 files
- /_data/proxylist.yml - /_data/other_repo_list.csv - /_tools/envs_post-receive
This commit is contained in:
@@ -6,6 +6,7 @@ cd blog
|
||||
mkdir Mabbs
|
||||
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
|
||||
bundle exec jekyll build -d ../public_html
|
||||
rsync --delete -rv ../public_html/ mayx@pgs.sh:/blog
|
||||
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
|
||||
mv MayxBlog.tgz ../public_html/
|
||||
cd ../public_html/
|
||||
@@ -14,8 +15,10 @@ git init
|
||||
git branch -m main
|
||||
git add .
|
||||
git commit -m "update"
|
||||
git branch pages
|
||||
git remote add codeberg ssh://git@codeberg.org/mayx/pages.git
|
||||
git remote add bitbucket ssh://git@bitbucket.org/unmayx/unmayx.bitbucket.io.git
|
||||
git push -f codeberg main
|
||||
git push -f codeberg pages
|
||||
git push -f bitbucket main
|
||||
/home/mayx/blog-env/node_modules/surge/bin/surge /home/mayx/public_html/ mayx.surge.sh
|
||||
Reference in New Issue
Block a user