Sha256: 0efc6dd14cf4e8083e2783ab24c3354d11c56227f53816d673c18fe06cdde91f

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

server "#{fetch(:application)}.staging.molinos.ru", user: 'app', roles: %w(web app db), primary: true

set :domain, "#{fetch(:application)}.staging.molinos.ru"
set :keep_releases, 5
set :rails_env, 'staging'
set :branch, :develop

set :user, :app
set :deploy_to, "/home/#{fetch(:user)}/#{fetch(:application)}"

# CentOS
set :nginx_sites_available_path, "#{fetch(:deploy_to)}/shared"
set :nginx_sites_enabled_path, '/etc/nginx/conf.d'

# Ubuntu
# set :nginx_sites_available_path, "/etc/nginx/sites-available"
# set :nginx_sites_enabled_path, "/etc/nginx/sites-enabled"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/install/auto/config/deploy/staging.rb
adminos-1.0.0.pre.rc.4 lib/generators/templates/install/auto/config/deploy/staging.rb
adminos-1.0.0.pre.rc.3 lib/generators/templates/install/auto/config/deploy/staging.rb