Skip to content

Commit

Permalink
Fix application variable for staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Tsaplin committed Feb 17, 2012
1 parent 9841c06 commit 70a4fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set :deploy_to, "/home/hosting_kudoua/projects/skudo"
set :rails_env, "staging"
set :application, "skudo"

set :unicorn_conf, "/etc/unicorn/skudo.kudoua.rb"
set :unicorn_pid, "/var/run/unicorn/skudo.kudoua.pid"

0 comments on commit 70a4fc4

Please sign in to comment.