aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-post-deploy
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2009-10-28 23:57:15 +0000
committerFrancis Irving <francis@mysociety.org>2009-10-28 23:57:15 +0000
commit6301e4dd4532711dbeaf8fc2aa167519cfbfcf94 (patch)
treea6a3633fe37faba70a57046a5919248c9f540ac4 /script/rails-post-deploy
parent5f2b80228c3be3ae2526d8995a5b24ab1586ec07 (diff)
With new deploy system, is already in the rails app.
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-xscript/rails-post-deploy3
1 files changed, 0 insertions, 3 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy
index d30561df3..94e9b85a5 100755
--- a/script/rails-post-deploy
+++ b/script/rails-post-deploy
@@ -16,9 +16,6 @@ set -e
MYSOCIETY_DIR=`pwd`
-# $1 should be the directory of the rails app
-cd $1
-
# make sure that there is an app directory, so are in a rails app tree
cd app/..