diff options
Diffstat (limited to 'config/deploy/production.rb.example')
-rw-r--r-- | config/deploy/production.rb.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/deploy/production.rb.example b/config/deploy/production.rb.example index 9636323..f0ebff2 100644 --- a/config/deploy/production.rb.example +++ b/config/deploy/production.rb.example @@ -5,3 +5,12 @@ server 'example.com', user: 'deploy', roles: %w{web app db} set :deploy_to, '/var/www/app' set :branch, 'production' + +# 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' |