missed a comma

This commit is contained in:
Skud
2012-10-06 21:37:14 +01:00
parent 58d3f91b9d
commit a1f4fbde02

View File

@@ -15,7 +15,7 @@ require 'capistrano/ext/multistage'
# when we really deploy to production, we should break this out into two
# files under /config/deploy/staging.rb and production.rb
set :deploy_to, "/var/www/#{application}"
set :rails_env "staging"
set :rails_env, "staging"
role :web, application
role :app, application