Commit 2fcf156838ef
Changed files (1)
imperative
kyushu
imperative/kyushu/clone-repos.sh
@@ -42,7 +42,11 @@ echo
# --- Home infra (carthage) ---
clone_or_check ~/src/home \
- "vincent@carthage.vpn:/home/vincent/git/public/home.git"
+ "https://git.sbr.pm/home.git"
+# Add SSH push URL for home (pull via https, push via SSH)
+if [[ -d ~/src/home/.git ]]; then
+ git -C ~/src/home remote set-url --push origin "vincent@carthage.vpn:/home/vincent/git/public/home.git"
+fi
clone_or_check ~/src/www \
"vincent@carthage.vpn:git/public/www.git"