File: rake.rb

package info (click to toggle)
ruby-mina 0.3.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 444 kB
  • sloc: ruby: 1,630; makefile: 31
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# This file is invoked from Rake.
extend Mina::Helpers
extend Mina::DeployHelpers
extend Mina::SshHelpers
extend Mina::LocalHelpers
extend Mina::OutputHelpers
extend Mina::ExecHelpers

require 'mina/default'
require 'mina/deploy' if Rake.application.have_rakefile