0.1.1 • Published 8 years ago

deploytool-sftp v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

deploytool-sftp

A deploytool deployment type for uploading modified files via SFTP

Installation

npm install deploytool-sftp --save

Usage

var deploytool = require('deploytool');

deploytool.deploy('production', 'e8ac002dc64111fce77c9c9d12c28c13c3f98aa2');

Contributing

Take care to follow the same patterns as other Deploytool modules.

Don't extend Deplyotool itself to add new deployment types. Simply create new modules prefixed with deploytool- that has a "deploy" method in it.