Remove jekyll-hook from deployment methods

This commit is contained in:
Frank Taillandier 2016-10-20 21:12:16 +02:00
parent 3431c9f7b8
commit 11a0b6578e
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 0 additions and 13 deletions

View File

@ -72,19 +72,6 @@ Deploying is now as easy as telling nginx or Apache to look at
laptops$ git push deploy master
```
### Jekyll-hook
You can also use jekyll-hook, a server that listens for webhook posts from
GitHub, generates a website with Jekyll, and moves it somewhere to be
published. Use this to run your own GitHub Pages-style web server.
This method is useful if you need to serve your websites behind a firewall,
need extra server-level features like HTTP basic authentication or want to
host your site directly on a CDN or file host like S3.
Setup steps are fully documented
[in the `jekyll-hook` repo](https://github.com/developmentseed/jekyll-hook).
### Static Publisher
[Static Publisher](https://github.com/static-publisher/static-publisher) is another automated deployment option with a server listening for webhook posts, though it's not tied to GitHub specifically. It has a one-click deploy to Heroku, it can watch multiple projects from one server, it has an easy to user admin interface and can publish to either S3 or to a git repository (e.g. gh-pages).