Hi there,

These are the first lines of my deploy.rb file:

set :user, 'gs' 
set :domain, 'domain.com' 
set :project, 'myproject' 
set :application, 'myproject.com' 
set :applicationdir, "/home/#{user}/#{application}" 

Logs:

   - undefined local variable or method `user' for main:Object

Versions:

   - ruby-2.0.0-p353
   - Capistrano 3.1
   - Rails 4


Really strange - I've experimented setting/calling other variables but 
can't seem to access them?

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/b2cd036d-d36f-45e6-86c9-04ba0186378d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to