From 95651134c535fce1404b50db53b99b813f498785 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Thu, 3 Jan 2019 12:48:14 -0700 Subject: [PATCH] Elaborate on deployment steps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 071ff59..91f0137 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,14 @@ ahoy deploy-build agaric To deploy everything else (config, templates, styles): ``` +ahoy git-pull-all ahoy deploy-site agaric_live ``` +Then record the deployment by: +navigating to `/drutopia_host/build/artifacts` +Add all new files generated with `git add . ` +Commit the files with a message on what you deployed with 'git commit -m ' +Push the changes to the repo with `git push` + If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`.