Tests Coverage - 0% (Do not use on production)
Add this line to your application's Gemfile:
gem 'jekyll-ftp-deployer'
And then execute:
$ bundle
username: ftp-username
server_url: ftp.server.xyz
remote_dir: htdocs/my_blog
need_backup: false # in progress
backup_dir: htdocs/backups # in progress
Add exclude configuration for your _config.yml file:
$ exclude: [deploy_config.yml]
Execute command in console for check right configuration for deploy:
$ jfd check_configuration
Deploy site to remote dir (Keep in mind now you can deploy only in empty folder):
$ jfd deploy
Coming soon...
The gem is available as open source under the terms of the MIT License.
This gem is created for improving professional skills and inspired by jekyll-ftp gem