More README updates

This commit is contained in:
Sarah Jamie Lewis 2023-01-03 10:18:32 -08:00
parent 2dd4188174
commit cc9f572047
1 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ $ git push docs staging
### Deployment to Prod
The staging website must be manually promoted 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 build-staging/ staging/`
`rsync -a --delete staging/ prod/`