Elaborate on deployment steps

This commit is contained in:
Clayton Dewey 2019-01-03 12:48:14 -07:00
parent db0a741981
commit 95651134c5

View file

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