diff options
author | Francis Irving <francis@mysociety.org> | 2009-10-28 23:57:15 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-10-28 23:57:15 +0000 |
commit | 6301e4dd4532711dbeaf8fc2aa167519cfbfcf94 (patch) | |
tree | a6a3633fe37faba70a57046a5919248c9f540ac4 /script/rails-post-deploy | |
parent | 5f2b80228c3be3ae2526d8995a5b24ab1586ec07 (diff) |
With new deploy system, is already in the rails app.
Diffstat (limited to 'script/rails-post-deploy')
-rwxr-xr-x | script/rails-post-deploy | 3 |
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/.. |