mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Revert "defaulting rails environment to match stage name"
This reverts commit 042e7d9cb5
.
This commit is contained in:
parent
b31e2f5727
commit
dbdf5a13ed
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ Capistrano::Configuration.instance.load do
|
|||
desc "Set the target stage to `#{name}'."
|
||||
task(name) do
|
||||
set :stage, name.to_sym
|
||||
set :rails_env, name
|
||||
load "#{location}/#{stage}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue