Browse Source

add robots.txt

master
sipp11 10 years ago
parent
commit
6b4bd9a4fe
  1. 3
      robots.txt
  2. 2
      sync_to_prod.sh

3
robots.txt

@ -0,0 +1,3 @@
# robotstxt.org/
User-agent: *

2
sync_to_prod.sh

@ -7,5 +7,5 @@ RPATH=/opt/www/mycapsules
LPATH=./_site/ LPATH=./_site/
rsync -avu -e "ssh -p $PORT" $LPATH $RUSER@$RHOST:$RPATH \ rsync -avu -e "ssh -p $PORT" $LPATH $RUSER@$RHOST:$RPATH \
--exclude=.DS_Store --exclude=sync_ec2.sh --exclude=*.pyc \ --exclude=.DS_Store --exclude=*.sh --exclude=*.pyc \
--exclude=migrations --exclude=scripts --exclude=migrations --exclude=scripts

Loading…
Cancel
Save