Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • v0.1.1
6 results

Capfile

Blame
  • Capfile 281 B
    # Includes default deployment tasks
    require 'capistrano/deploy'
    
    # Voce Platforms specific tasks and support
    require 'capistrano/platforms/setup'
    
    # Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
    Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }