From 67f927a6af9f4c757bd99d2061f10944f5434fa0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 15 Apr 2020 22:17:28 +0200 Subject: [PATCH] Get a feature set specified --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2e0467c..429096b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ your application deployment, this plugin consumes configuration specified in the `deploy.d` directory to carry out the end-to-end production deployment steps. +A rough overview of the feature set is: + +- Configure your entire application configuration in a set of YAML file +- Encrypt secrets in your Git repository and have them decrypted during deployment +- Custom hooks are available to drop into running an Ansible playbook for advanced users +- Compatible with both Heroku buildpack and Docker deployments + More documentation coming soon TM. ## Example Usage