From 6ed9046c2c2b4bc5e0a759fa9d4eed0e61e9e229 Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 15 May 2026 09:57:50 -0400 Subject: [PATCH] chore: switch to SSH git auth for tangle-deploy --- infrastructure.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.org b/infrastructure.org index e02b32c..e919aef 100644 --- a/infrastructure.org +++ b/infrastructure.org @@ -53,7 +53,7 @@ Changes are made to this org file, tangled into config files by the #+BEGIN_SRC bash :tangle /docker/compose/infrastructure/tangle-deploy.sh #!/usr/bin/env bash # tangle-deploy — Tangle infrastructure.org and restart affected services -GITEA_URL='http://amr:tangle-deploy-2026@10.10.10.201:3001/amr/infrastructure.git' +GITEA_URL='ssh://git@git.gharbeia.net:2222/amr/infrastructure.git' REPO_DIR="${1:-/docker/compose/infrastructure}" ORG_FILE="${REPO_DIR}/infrastructure.org" if [ -z "${1:-}" ]; then