print clearer messages
This commit is contained in:
parent
b282493ce8
commit
be725f31ec
6
publish
6
publish
@ -4,17 +4,23 @@
|
|||||||
git add .;git commit -m"$@";git push -u origin master
|
git add .;git commit -m"$@";git push -u origin master
|
||||||
|
|
||||||
|
|
||||||
|
echo "----------------------"
|
||||||
echo "Rsync static assets..."
|
echo "Rsync static assets..."
|
||||||
|
echo "----------------------"
|
||||||
rsync --super -avh -e ssh ./css/* gmgauthier@socrates:/var/www/oldcomputernerd.com/css
|
rsync --super -avh -e ssh ./css/* gmgauthier@socrates:/var/www/oldcomputernerd.com/css
|
||||||
rsync --super -avh -e ssh ./font/* gmgauthier@socrates:/var/www/oldcomputernerd.com/font
|
rsync --super -avh -e ssh ./font/* gmgauthier@socrates:/var/www/oldcomputernerd.com/font
|
||||||
rsync --super -avh -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd.com/img
|
rsync --super -avh -e ssh ./img/* gmgauthier@socrates:/var/www/oldcomputernerd.com/img
|
||||||
|
|
||||||
|
echo "-------------------"
|
||||||
echo "Rsync content files"
|
echo "Rsync content files"
|
||||||
|
echo "-------------------"
|
||||||
rsync --super -avh -e ssh ./txt/* gmgauthier@socrates:/var/www/oldcomputernerd.com/txt
|
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 -avh -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 "Rsync root files"
|
echo "Rsync root files"
|
||||||
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user