mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-19 05:28:38 -04:00
missed a comma
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user