Updated Readmne

This commit is contained in:
Sarah Jamie Lewis 2023-01-03 10:14:43 -08:00
parent 8acdd4a636
commit 71022a90fb
1 changed files with 9 additions and 3 deletions

View File

@ -47,11 +47,17 @@ $ npm run build
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
### Deployment to Stable
Using git.openprivacy.ca to manage but deployment by push is to a seperate docs server. Add your key to the docusaurus account's .ssh/authorized_keys and then
Using git.openprivacy.ca to manage but deployment by push is to a separate docs server. Add your key to the docusaurus account's .ssh/authorized_keys and then
```
$ git remote add docs docusaurus@docs.cwtch.im:/home/docusaurus/git/docs.cwtch.im
$ git push docs main
$ git push docs staging
```
### Deployment to Prod
The staging website must be manually promoted to prod.
`rsync -a --delete build-staging/ staging/`