Fix path & complete suggested git message

This commit is contained in:
benjamin melançon 2020-04-15 18:28:02 -04:00
parent e9cbc87be0
commit 1e103b5cf9

View file

@ -77,9 +77,9 @@ ahoy deploy-site agaric_test
(And likewise for `agaric_live`.) (And likewise for `agaric_live`.)
Then record the deployment. This applies to both deploy-site and deploy-build record keeping: 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 . ` 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` 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`. 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`.