diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-03-15 12:16:05 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-03-15 12:16:05 +0100 |
commit | 4a22232df1b429fe8dffa6fce8d88ce3083dc794 (patch) | |
tree | b1699331690d9bd593481f7520f7d8c33425748f | |
parent | a49cf815377945185332133dd9f8edc34ae88eed (diff) | |
download | hmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.tar.gz hmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.tar.bz2 hmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.zip |
Fix example deployment script.
-rw-r--r-- | config/deploy.rb.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb.example b/config/deploy.rb.example index 396e9b8..7e10cdb 100644 --- a/config/deploy.rb.example +++ b/config/deploy.rb.example @@ -1,5 +1,5 @@ require 'bundler/capistrano' -require File.dirname(__FILE__) + '/capistrano_database_yml' +require File.join(File.dirname(__FILE__), 'deploy', 'database') set :application, "set your application name here" set :repository, "set your repository location here" |