middleman-deploy icon indicating copy to clipboard operation
middleman-deploy copied to clipboard

Deploy a middleman built site over rsync, ftp, stfp, or git (e.g. gh-pages on github).

Results 43 middleman-deploy issues
Sort by recently updated
recently updated
newest added

Last update to this gem was in 2018. Although this gem is [mentioned in the Middleman docs](https://middlemanapp.com/basics/build-and-deploy), it is a old-style plugin no longer supported by the latest version of...

Hi @karlfreeman, I know that this likely won't be merged (I saw [the list of open PRs](https://github.com/karlfreeman/middleman-deploy/pulls)) but maybe it will help someone else. The problem with issues #72 and...

I ' ve followed the example configuration for deploy in multiple remotes and I have created a second remote which is correctly listed under `git remote -v`. There are two...

I added the gem and added activate :deploy (+ configs) for FTP upload. When I run `middleman deploy` (or with bundle exec), I get the following error. Not sure where...

impossible to launch middleman server. I'have this error when I launch the middleman server : > WARN: Unresolved specs during Gem::Specification.reset: > rack (< 3, >= 1.4.5) > tilt (<...

I'm currently using this to deploy to a github pages repository. I would like the ability to add a `CNAME` file during the deploy, or retain one for that matter....

I'm trying to push my middleman `build` directory to a GitHub Organization Page. This means that my GitHub repo `master` branch needs to get the output of a `bundle exec...

Hello, I am using `gem "middleman-deploy", "~> 2.0.0.pre.alpha"`, SSH sign to my Digital Ocean server works but when I try to deploy code with your `middleman deploy` command through RSYNC,...

deploy_method is still used inside the README, but it appears that method is the currently support name.