From fc24c63af9a76ca66938b37c76d45b216aa0c3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 6 Dec 2023 12:18:07 -0500 Subject: [PATCH] fix instructions to deploy status site without gitlab (tpo/tpa/team#41429) --- service/status.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/service/status.md b/service/status.md index 977b05bc..c999aca5 100644 --- a/service/status.md +++ b/service/status.md @@ -130,7 +130,10 @@ Puppet (in `modules/staticsync/data/common.yaml`) and is currently set to `static-gitlab-shim.torproject.org`. This `rsync` command should be enough: - rsync -rtP public/ anarcat@staticiforme.torproject.org:/srv/static-gitlab-shim/status.torproject.org + rsync -rtP public/ static-gitlab-shim@static-gitlab-shim.torproject.org:/srv/static-gitlab-shim/status.torproject.org/public/ + +This might require adding your key to +`/etc/ssh/userkeys/static-gitlab-shim.more`. Then the new source material needs to be synchronized to the mirrors, with: -- GitLab