Skip to content

Commit

Permalink
Remove middleman-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Mar 25, 2024
1 parent 4ad9f81 commit 83c5bed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ gem 'middleman-autoprefixer', '~> 3.0'
# Live-reloading plugin
gem "middleman-livereload"

gem "middleman-deploy", '~> 2.0.0.pre.alpha'

gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]

Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ GEM
toml
uglifier (~> 3.0)
webrick
middleman-deploy (2.0.0.pre.alpha)
middleman-core (>= 3.2)
net-sftp
ptools
middleman-livereload (3.4.6)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
Expand All @@ -94,17 +90,13 @@ GEM
time
net-protocol (0.2.2)
timeout
net-sftp (3.0.0)
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
parallel (1.24.0)
parslet (2.0.0)
ptools (1.4.0)
public_suffix (5.0.4)
rack (2.2.9)
rack-livereload (0.3.17)
Expand Down Expand Up @@ -138,7 +130,6 @@ DEPENDENCIES
dotenv
middleman (~> 4.2)
middleman-autoprefixer (~> 3.0)
middleman-deploy (~> 2.0.0.pre.alpha)
middleman-livereload
net-ftp (~> 0.3.4)
slippyd-colorist
Expand Down
10 changes: 0 additions & 10 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@
prefix.browsers = "last 2 versions"
end

activate :deploy do |deploy|
deploy.deploy_method = :git
# Optional Settings
# deploy.remote = 'custom-remote' # remote name or git url, default: origin
# deploy.branch = 'custom-branch' # default: gh-pages
# deploy.strategy = :submodule # commit strategy: can be :force_push or :submodule, default: :force_push
# deploy.commit_message = 'custom-message' # commit message (can be empty), default: Automated commit at `timestamp` by middleman-deploy `version`
end


set :css_dir, 'stylesheets'
set :js_dir, 'javascripts'
set :images_dir, 'images'
Expand Down

0 comments on commit 83c5bed

Please sign in to comment.