Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:secret-development/real-box into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
bek0nik committed Apr 1, 2012
2 parents ca8c526 + 8a36831 commit 2373432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/deploy.rb
Expand Up @@ -2,7 +2,7 @@
# encdoing:utf-8 # encdoing:utf-8


# set up # set up
set :application, "demo" set :application, "imkv"
set :scm, :git set :scm, :git
set :repository, "git://github.com/secret-development/real-box.git" set :repository, "git://github.com/secret-development/real-box.git"


Expand All @@ -15,8 +15,8 @@
role :app, "lithium.locum.ru" role :app, "lithium.locum.ru"
role :db, "lithium.locum.ru", :primary => true role :db, "lithium.locum.ru", :primary => true
set :deploy_via, :remote_cache set :deploy_via, :remote_cache
set :unicorn_conf, "/etc/unicorn/demo.lagox.rb" set :unicorn_conf, "/etc/unicorn/#{application}.lagox.rb"
set :unicorn_pid, "/var/run/unicorn/demo.lagox.pid" set :unicorn_pid, "/var/run/unicorn/#{application}.lagox.pid"
set :unicorn_start_cmd, "(cd #{deploy_to}/current; rvm use 1.9.3 do bundle exec unicorn_rails -Dc #{unicorn_conf})" set :unicorn_start_cmd, "(cd #{deploy_to}/current; rvm use 1.9.3 do bundle exec unicorn_rails -Dc #{unicorn_conf})"




Expand Down

0 comments on commit 2373432

Please sign in to comment.