From cc9f5720476e41788f9b9ec12ccec22ead05e5a4 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 3 Jan 2023 10:18:32 -0800 Subject: [PATCH] More README updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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