mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
66f7bae681
More information and background regarding this change can be found: - http://capistranorb.com/documentation/harrow/ - http://lee.hambley.name/2016/04/24/seven-years-under-a-palm-tree.html - https://github.com/harrowio/capistrano-harrow
7 lines
178 B
Ruby
7 lines
178 B
Ruby
#!/usr/bin/env cap
|
|
include Capistrano::DSL
|
|
require "capistrano/install"
|
|
|
|
require "capistrano/harrow"
|
|
require "capistrano/harrow/plugin"
|
|
install_plugin Capistrano::Harrow::Plugin
|