aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-03-15 12:16:05 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-03-15 12:16:05 +0100
commit4a22232df1b429fe8dffa6fce8d88ce3083dc794 (patch)
treeb1699331690d9bd593481f7520f7d8c33425748f /config
parenta49cf815377945185332133dd9f8edc34ae88eed (diff)
downloadhmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.tar.gz
hmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.tar.bz2
hmnoweb-4a22232df1b429fe8dffa6fce8d88ce3083dc794.zip
Fix example deployment script.
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb.example2
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"