We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc51e1 commit 1d34f51Copy full SHA for 1d34f51
Capistrano.md
@@ -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