From 1e103b5cf9d6a01e67192a9671cae38885b87c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 15 Apr 2020 18:28:02 -0400 Subject: [PATCH] Fix path & complete suggested git message --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.