From 6d9573ec7e7d17b1aa71612b5a51ae0244c8c9ca Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 19 Jan 2022 11:04:15 +0100 Subject: [PATCH] test: more help for how to do this --- tests/manual/manual.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/manual/manual.md b/tests/manual/manual.md index 08b94d3d..e2fb8dc0 100644 --- a/tests/manual/manual.md +++ b/tests/manual/manual.md @@ -7,12 +7,13 @@ wire up for testing in an automated way. ## recipe publish - `abra recipe upgrade ` + - `cd ~/.abra/apps// && git diff` to ensure changes made + - `abra recipe sync ` -- `abra recipe release --publish ` + - `cd ~/.abra/apps// && git diff` to ensure changes made -## automagic traefik deploy - -- `abra server add -p -t ` +- `abra recipe release --dry-run` + - prompts should be correct, read what `abra` asks you carefully ## deploy, upgrade, rollback