Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299748
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
Wed, Nov 19, 12:39 AM
Size
195 B
Mime Type
text/plain
Expires
Fri, Nov 21, 12:39 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
289763
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