diff --git a/README.md b/README.md index 298b4867..a7dda10c 100644 --- a/README.md +++ b/README.md @@ -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/` \ No newline at end of file +`rsync -a --delete staging/ prod/` \ No newline at end of file