chore: switch to SSH git auth for tangle-deploy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user