diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..79362e7 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +git pull +rake db:migrate +rake assets:precompile + +touch tmp/restart.txt diff --git a/public/robots.txt b/public/robots.txt index 3c9c7c0..f6ca098 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,5 @@ # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: -# User-agent: * -# Disallow: / +User-agent: * +Disallow: /