summaryrefslogtreecommitdiff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-08-22 23:41:44 -0600
committermo khan <mo@mokhan.ca>2014-08-22 23:41:44 -0600
commit3de8132db19b9aa9f983fe2666497e46d75f6fda (patch)
treeb4075093bbba2e35e3733dec2562ecd095a7923d /config/deploy.rb
parent87e1a6e97fdb50e13b174f3921ca31fff3be3ce7 (diff)
link .env file for capistrano.
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 026a6a77..682b9474 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -3,6 +3,7 @@ lock '3.2.1'
set :application, 'cakeside'
set :repo_url, 'git@bitbucket.org:cakeside/cakeside.git'
+set :branch, 'master'
set :user, "deployer"
@@ -28,6 +29,7 @@ set :scm_verbose, true
# Default value for :linked_files is []
# set :linked_files, %w{config/database.yml}
+set :linked_files, %w{config/database.yml .env}
# Default value for linked_dirs is []
# set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}