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