Get a feature set specified

This commit is contained in:
Luke Murphy 2020-04-15 22:17:28 +02:00
parent 94700dd56a
commit 67f927a6af
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 0 deletions

View File

@ -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