publish script tweaks
This commit is contained in:
parent
8832f57a8e
commit
2a3c5ddf02
Binary file not shown.
Before Width: | Height: | Size: 76 KiB |
6
publish
6
publish
@ -3,7 +3,6 @@
|
||||
# commit and push...
|
||||
git add .;git commit -m"$@";git push -u origin master
|
||||
|
||||
|
||||
echo "----------------------"
|
||||
echo "Rsync static assets..."
|
||||
echo "----------------------"
|
||||
@ -14,8 +13,8 @@ rsync --super -avh -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd.c
|
||||
echo "-------------------"
|
||||
echo "Rsync content files"
|
||||
echo "-------------------"
|
||||
rsync --super -avh -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 ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt
|
||||
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
|
||||
|
||||
echo "-------------------"
|
||||
@ -23,4 +22,3 @@ echo "Rsync root files"
|
||||
echo "-------------------"
|
||||
rsync --super -avh -e ssh ./*.html gmgauthier@socrates:/var/www/oldcomputernerd.com
|
||||
rsync --super -avh -e ssh ./*.md gmgauthier@socrates:/var/www/oldcomputernerd.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user