From 7803fa1b02e5f7d51c3495d8f49422f08b1a4573 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Apr 2020 14:35:08 +0200 Subject: [PATCH] Add more steps --- DESIGN.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DESIGN.md b/DESIGN.md index 6aa1ce2..fe1f706 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -59,8 +59,10 @@ $ echo "TODO" ### pre-deploy -TODO. +1. Run internal playbooks to do pre-deploy step tasks (see [steps](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/dokku-deploy-steps#user-content-pre-deploy) docs) + as well as custom application plays (defined in application repository), passing in environment and threading environment into other tasks. ### post-deploy -TODO. +1. Run internal playbooks to do pre-deploy step tasks (see [steps](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/dokku-deploy-steps#user-content-post-deploy) docs) + as well as custom application plays (defined in application repository), passing in environment and threading environment into other tasks.