Build Status Code Climate Coverage Status

nanoc-lftp

This provides a lftp deployer for nanoc.

Works with nanoc 3.x.

Installation

gem install nanoc-lftp

Usage

deploy:
  public:
    kind: lftp
    dst_host: ftp://nanoc.ws
    dst_path: /var/www/nanoc.ws

This deployer also reads the options attribute, which is an array passed to the lftp command.