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.
dokku-ansible-deploy/DESIGN.md

27 lines
557 B
Markdown
Raw Normal View History

2020-04-02 23:03:17 +00:00
# design
2020-04-03 12:21:13 +00:00
## inputs
What things the user will be giving us from the application repository side of
things and therefore what we'll need to pipe into the provisioning and
deployment process.
1. env vars to be `dokku_config` loaded
1. persistence layer docker volume mounts
1. application layer http port to be mapped on host layer
1. nginx.conf.d customations
2020-04-02 23:03:17 +00:00
## post-extract
1. Create a /var/lib/dokku/data/ansible/\$APP folder
1. Copy over nginx.conf.d folder
1. Copy over vault folder and and env.yml file
2020-04-03 12:21:13 +00:00
## pre-deploy
TODO.
## post-deploy
TODO.