I am executing the following command:
cap staging assets:precompile
How do I access the variable env in my Capistrano deploy.rb?
where env is equal to 'staging' in this case?
I am executing the following command:
cap staging assets:precompile
How do I access the variable env in my Capistrano deploy.rb?
where env is equal to 'staging' in this case?