aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/staging.rb.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy/staging.rb.example')
-rw-r--r--config/deploy/staging.rb.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/deploy/staging.rb.example b/config/deploy/staging.rb.example
index 1d1421c..2a92b4a 100644
--- a/config/deploy/staging.rb.example
+++ b/config/deploy/staging.rb.example
@@ -5,3 +5,12 @@ server 'example.com', user: 'deploy', roles: %w{web app db}
set :deploy_to, '/var/www/app'
set :branch, 'staging'
+
+# setup for capistrano-postgresql plugin:
+#set :pg_user, ''
+#set :pg_ask_for_password, true
+#set :pg_system_user, 'pgsql' # enable for FreeBSD
+
+#setup for capistrano-rvm plugin:
+#set :rvm_type, :system
+#set :rvm_ruby_version, '2.1.1'