From f35a4d5cea3121de2aab6c73f01f98e11733b220 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 7 Jun 2023 13:24:22 -0700 Subject: [PATCH] Update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7dda10c..8c6f1d7c 100644 --- a/README.md +++ b/README.md @@ -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/` \ No newline at end of file +`rsync -a --delete staging/ prod/`