Module: Beet::Capistrano
- Included in:
- Executor
- Defined in:
- lib/beet/capistrano.rb
Instance Method Summary collapse
-
#capify! ⇒ Object
Just run the capify command in root.
Instance Method Details
#capify! ⇒ Object
Just run the capify command in root
Example
capify!
9 10 11 12 |
# File 'lib/beet/capistrano.rb', line 9 def capify! log 'capifying' in_root { run('capify .', false) } end |