From 2de4b78254bb2e1ee2e07e14a6ff8cf08d134a9a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 3 Apr 2020 01:03:17 +0200 Subject: [PATCH] Add DESIGN.md --- DESIGN.md | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 DESIGN.md diff --git a/DESIGN.md b/DESIGN.md new file mode 100644 index 0000000..fdffeaf --- /dev/null +++ b/DESIGN.md @@ -0,0 +1,7 @@ +# design + +## 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 diff --git a/README.md b/README.md index cb65000..e4231e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Deploy applications on Dokku using Ansible. +Work In Progress, See [DESIGN.md](./DESIGN.md). + ## Requirements - dokku 0.19.13+