Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887895
set_rails_env.rake
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Aug 10, 6:17 AM
Size
195 B
Mime Type
text/plain
Expires
Tue, Aug 12, 6:17 AM (13 h, 11 m)
Engine
blob
Format
Raw Data
Handle
229889
Attached To
rARCHIVING archiving
set_rails_env.rake
View Options
namespace
:deploy
do
task
:set_rails_env
do
set
:rails_env
,
(
fetch
(
:rails_env
)
||
fetch
(
:stage
))
end
end
Capistrano
::
DSL
.
stages
.
each
do
|
stage
|
after
stage
,
'deploy:set_rails_env'
end
Event Timeline
Log In to Comment