This commit is contained in:
Sarah Jamie Lewis 2023-06-07 13:24:22 -07:00
parent 40ccd09c19
commit f35a4d5cea
1 changed files with 2 additions and 1 deletions

View File

@ -56,8 +56,9 @@ $ git remote add docs docusaurus@docs.cwtch.im:/home/docusaurus/git/docs.cwtch.i
$ git push docs staging
```
### Deployment to Prod
The staging website must be manually promoted to prod. This can be done by logging into the docs server as `docusarus` and running:
`rsync -a --delete staging/ prod/`
`rsync -a --delete staging/ prod/`