From af6dffadb84ca6c715b25c2fed1ba9f18b59c2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Mon, 10 Oct 2016 13:15:12 +0200 Subject: [PATCH] docs: Add webhook to tools for deployments --- content/tools/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tools/index.md b/content/tools/index.md index af7183cee..721c67b0b 100644 --- a/content/tools/index.md +++ b/content/tools/index.md @@ -60,6 +60,7 @@ If you don't want to use [Wercker for automated deployments]({{< relref "tutoria - [hugomac](https://github.com/nickoneill/hugomac) - Hugomac is an OS X menubar app to publish your blog directly to Amazon S3. No command line is needed. - [hugo-lambda](https://github.com/ryansb/hugo-lambda) - A wrapper around the Hugo static site generator to have it run in AWS Lambda whenever new (Markdown or other) content is uploaded. - [hugodeploy](https://github.com/mindok/hugodeploy) - Simple SFTP deployment tool for static websites (e.g. created by Hugo) with optional minification. +- [webhook](https://github.com/adnanh/webhook) - Run build and deployment scripts (e.g. hugo) on incoming webhooks ----