migrate to hantim org and consolidate deploy secret name
Deploy timothykim.net / deploy (push) Failing after 3s

- Update all references from timothykim/ to hantim/ org
- Rename DEPLOY_KEY to DEPLOY_SSH_KEY everywhere
- Update README to reference org-level secrets
This commit is contained in:
2026-03-15 21:46:31 -04:00
parent 6d8e89e82d
commit 5dd2343d4a
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ set -euo pipefail
#
# Usage:
# 1. dnf install -y git
# 2. git clone https://git.timothykim.net/timothykim/hantim-server.git /opt/hantim
# 2. git clone https://git.timothykim.net/hantim/hantim-server.git /opt/hantim
# 3. bash /opt/hantim/setup.sh
#
@@ -22,7 +22,7 @@ fi
if [ "$(dirname "$(readlink -f "$0")")" != "$REPO_DIR" ]; then
echo "ERROR: Repo does not appear to be cloned to $REPO_DIR."
echo " git clone https://git.timothykim.net/timothykim/hantim-server.git $REPO_DIR"
echo " git clone https://git.timothykim.net/hantim/hantim-server.git $REPO_DIR"
exit 1
fi