Fix path & complete suggested git message
This commit is contained in:
parent
e9cbc87be0
commit
1e103b5cf9
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue