blob: 42248eed999fe454c0822e159f5c149373d88254 (
plain) (
tree)
|
|
# Set the server address and user name to your configuration here:
server 'example.com', user: 'deploy', roles: %w{web app db}
#Change this to the proper directory on your server:
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'
# setup for piwik
set :piwik_site_id, 0
set :piwik_url, ''
|