20 lines
586 B
Text
20 lines
586 B
Text
# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
production:
|
|
server: 'example.com'
|
|
deploy_to: '/var/www/diaspora'
|
|
current_dir: 'diaspora'
|
|
user: 'diaspora'
|
|
password: 'password'
|
|
rails_env: 'production'
|
|
repo: 'git://github.com/diaspora/diaspora.git'
|
|
staging:
|
|
server: 'staging.example.com'
|
|
deploy_to: '/var/www/diaspora'
|
|
current_dir: 'diaspora'
|
|
user: 'diaspora'
|
|
password: 'password'
|
|
rails_env: 'staging'
|
|
repo: 'git://github.com/diaspora/diaspora.git'
|