chore: switch to SSH git auth for tangle-deploy

This commit is contained in:
Hermes
2026-05-15 09:57:50 -04:00
parent 5f128963d3
commit 6ed9046c2c

View File

@@ -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 #+BEGIN_SRC bash :tangle /docker/compose/infrastructure/tangle-deploy.sh
#!/usr/bin/env bash #!/usr/bin/env bash
# tangle-deploy — Tangle infrastructure.org and restart affected services # 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}" REPO_DIR="${1:-/docker/compose/infrastructure}"
ORG_FILE="${REPO_DIR}/infrastructure.org" ORG_FILE="${REPO_DIR}/infrastructure.org"
if [ -z "${1:-}" ]; then if [ -z "${1:-}" ]; then