Sha256: 89b779011ffd033649682707b19bd468f489b13a950057c45dc3a06be2106283
Contents?: true
Size: 733 Bytes
Versions: 2
Compression:
Stored size: 733 Bytes
Contents
[![Build Status](https://travis-ci.org/nanoc/nanoc-lftp.png)](https://travis-ci.org/nanoc/nanoc-lftp) [![Code Climate](https://codeclimate.com/github/nanoc/nanoc-lftp.png)](https://codeclimate.com/github/nanoc/nanoc-lftp) [![Coverage Status](https://coveralls.io/repos/nanoc/nanoc-lftp/badge.png?branch=master)](https://coveralls.io/r/nanoc/nanoc-lftp) # nanoc-lftp This provides a [lftp](http://lftp.yar.ru/) deployer for [nanoc](http://nanoc.ws). Works with nanoc 3.x. ## Installation `gem install nanoc-lftp` ## Usage ```yaml 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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nanoc-lftp-1.0.1 | README.md |
nanoc-lftp-1.0.0 | README.md |