publish script tweaks

This commit is contained in:
Greg Gauthier 2025-01-16 19:36:17 +00:00
parent 8832f57a8e
commit 2a3c5ddf02
2 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@ -3,7 +3,6 @@
# commit and push... # commit and push...
git add .;git commit -m"$@";git push -u origin master git add .;git commit -m"$@";git push -u origin master
echo "----------------------" echo "----------------------"
echo "Rsync static assets..." echo "Rsync static assets..."
echo "----------------------" echo "----------------------"
@ -14,8 +13,8 @@ rsync --super -avh -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd.c
echo "-------------------" echo "-------------------"
echo "Rsync content files" echo "Rsync content files"
echo "-------------------" echo "-------------------"
rsync --super -avh -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt rsync --super -avhr -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt
rsync --super -avh -e ssh ./htm/* gmgauthier@socrates:/var/www/oldcomputernerd.com/htm rsync --super -avhr -e ssh ./htm/* gmgauthier@socrates:/var/www/oldcomputernerd.com/htm
rsync --super -avhr -e ssh ./md/* gmgauthier@socrates:/var/www/oldcomputernerd.com/md rsync --super -avhr -e ssh ./md/* gmgauthier@socrates:/var/www/oldcomputernerd.com/md
echo "-------------------" echo "-------------------"
@ -23,4 +22,3 @@ echo "Rsync root files"
echo "-------------------" echo "-------------------"
rsync --super -avh -e ssh ./*.html gmgauthier@socrates:/var/www/oldcomputernerd.com rsync --super -avh -e ssh ./*.html gmgauthier@socrates:/var/www/oldcomputernerd.com
rsync --super -avh -e ssh ./*.md gmgauthier@socrates:/var/www/oldcomputernerd.com rsync --super -avh -e ssh ./*.md gmgauthier@socrates:/var/www/oldcomputernerd.com