Skip to content

Commit 1d34f51

Browse files
committed
Capistrano things
1 parent dbc51e1 commit 1d34f51

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Capistrano.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Deployment environment path
2+
3+
From [Change PATH environment with Rails and Capistrano](http://www.pastbedti.me/2011/06/change-path-environment-with-rails-and-capistrano/)
4+
5+
set :default_environment, {
6+
'PATH' => "/opt/ruby-enterprise/bin/:$PATH"
7+
}

0 commit comments

Comments
 (0)