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`.