Deploy applications on Dokku using Ansible
deps | ||
scripts | ||
subcommands | ||
commands | ||
dependencies | ||
DESIGN.md | ||
functions | ||
LICENSE | ||
plugin.toml | ||
post-deploy | ||
post-extract | ||
pre-deploy | ||
README.md |
dokku-ansible-deploy
Deploy applications on Dokku using Ansible.
It is a work in progress, please see the following planning documents:
Requirements
- dokku 0.19.13+
- Debian based system (uses
apt
package manager for installing dependencies)
Installation
$ dokku plugin:install https://git.autonomic.zone/autonomic-cooperative/dokku-ansible-deploy.git
$ dokku plugin:install-dependencies
Usage
$ dokku dokku-deploy:vault-password myapp
Contribute
TODO.