From 56ff76584dad496f5ded0d5b336995c4daa38bba Mon Sep 17 00:00:00 2001 From: fomojola Date: Sat, 23 Jan 2021 02:57:50 -0500 Subject: [PATCH] Update plugins.md Added a simple deploy-webhook plugin that is configured purely through a config:set --- docs/community/plugins.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/community/plugins.md b/docs/community/plugins.md index cbaa73672..0682e5d56 100644 --- a/docs/community/plugins.md +++ b/docs/community/plugins.md @@ -202,6 +202,7 @@ The following plugins are available and provided by Dokku maintainers. Please f | [Application build hook](https://github.com/fteychene/dokku-build-hook) | [fteychene][] | 0.4.0+ | | [Post Deploy Script](https://github.com/baikunz/dokku-post-deploy-script) | [baikunz][] | 0.4.0+ | | [Auto Sync](https://github.com/IdeaSynthesis/dokku-autosync)4 | [fomojola][] | 0.8.1+ | +| [Deploy Webhook](https://github.com/IdeaSynthesis/dokku-deploy-webhook)5 | [fomojola][] | 0.8.1+ | [217d00a]: https://github.com/dokku/dokku/commit/217d00a1bc47a7e24d8847617bb08a1633025fc7 @@ -211,7 +212,9 @@ The following plugins are available and provided by Dokku maintainers. Please f 3 Adds the ability to add custom hosts to the containers known_hosts file to be able to ssh them easily (useful with deployment keys) -4 Adds the ability to sync an application repo with a remote Github repo (useful for automated rebuilds without needing a git push from an external system). +4 Adds the ability to sync an application repo with a remote Github repo (useful for automated rebuilds without needing a git push from an external system + +5 Adds the ability to invoke a post-deploy webhook with the IP, port and app name, all with a single config:set). ### Other Plugins