Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deploy_config.yml.example « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6cf3fe1eb475b93f618b250cfe12573e8cc0a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#   Copyright (c) 2010, 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'