diff --git a/Gemfile b/Gemfile index d9369b8..fa449f4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,10 +3,9 @@ source "http://rubygems.org" gem "compass" gem "middleman" gem "middleman-livereload" -gem "middleman-deploy" -gem 'rb-inotify', require: false -gem 'rb-fsevent', require: false -gem 'oily_png' +gem "rb-inotify", require: false +gem "rb-fsevent", require: false +gem "oily_png" gem "sass" gem "slim" gem "rake" diff --git a/config.rb b/config.rb index 604824f..7273acc 100644 --- a/config.rb +++ b/config.rb @@ -77,14 +77,6 @@ end # Change the images directory # set :images_dir, "alternative_image_directory" -activate :deploy do |deploy| - deploy.method = :rsync - deploy.host = "higgsboson.tk" - deploy.path = "/srv/http/home" - deploy.build_before = true - deploy.user = "deploy" -end - # Build-specific configuration configure :build do # For example, change the Compass output style for deployment