jookyboi
3/25/2013 - 1:58 AM

Rake task for compiling Jekyll and uploading onto Amazon S3

Rake task for compiling Jekyll and uploading onto Amazon S3

task :deploy do
  system 'jekyll & s3cmd sync --delete-removed _site/ s3://www.example.com/ --verbose'
end