diff --git a/README.md b/README.md index a208fb1..e480128 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ ahoy deploy-site agaric_test (And likewise for `agaric_live`.) Then record the deployment. This applies to both deploy-site and deploy-build record keeping: -Navigate to `/drutopia_host/build/artifacts` +Navigate 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 ' +Commit the files with a message on what you deployed with `git commit -m "Add artifacts"` 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`.