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