Deploy applications on Dokku using Ansible
This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy cf70f57d7f
Add pre-deploy/post-deploy place holders
2020-04-13 09:24:02 +02:00
subcommands Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
DESIGN.md Add more steps 2020-04-07 14:35:08 +02:00
LICENSE Bootstrap new plugin 2020-04-03 00:57:29 +02:00
README.md Fix order of name 2020-04-07 16:53:27 +02:00
commands Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
dependencies Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
functions Add pre-deploy/post-deploy place holders 2020-04-13 09:24:02 +02:00
plugin.toml Bootstrap new plugin 2020-04-03 00:57:29 +02:00
post-deploy Add pre-deploy/post-deploy place holders 2020-04-13 09:24:02 +02:00
post-extract Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
pre-deploy Add pre-deploy/post-deploy place holders 2020-04-13 09:24:02 +02:00

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.