From 312d15718e890f3c48057e674ffe15f5da1d0d7d Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Sun, 15 Nov 2015 13:42:13 -0600 Subject: [PATCH] production deploy tweaks --- deploy.sh | 5 +++++ public/robots.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 deploy.sh 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: /