remove middleman-deploy
This commit is contained in:
parent
d431f34603
commit
5376f549b9
7
Gemfile
7
Gemfile
@ -3,10 +3,9 @@ source "http://rubygems.org"
|
|||||||
gem "compass"
|
gem "compass"
|
||||||
gem "middleman"
|
gem "middleman"
|
||||||
gem "middleman-livereload"
|
gem "middleman-livereload"
|
||||||
gem "middleman-deploy"
|
gem "rb-inotify", require: false
|
||||||
gem 'rb-inotify', require: false
|
gem "rb-fsevent", require: false
|
||||||
gem 'rb-fsevent', require: false
|
gem "oily_png"
|
||||||
gem 'oily_png'
|
|
||||||
gem "sass"
|
gem "sass"
|
||||||
gem "slim"
|
gem "slim"
|
||||||
gem "rake"
|
gem "rake"
|
||||||
|
@ -77,14 +77,6 @@ end
|
|||||||
# Change the images directory
|
# Change the images directory
|
||||||
# set :images_dir, "alternative_image_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
|
# Build-specific configuration
|
||||||
configure :build do
|
configure :build do
|
||||||
# For example, change the Compass output style for deployment
|
# For example, change the Compass output style for deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user