fix: Update push-all.sh remote names and add auth note

This commit is contained in:
root
2026-02-24 21:27:24 -06:00
parent ed172acab9
commit 43d66727da

View File

@@ -38,6 +38,8 @@ fi
# Push to each remote
remotes=("gitea" "github" "gitlab")
echo "Note: GitHub push may require SSH key or credential helper setup."
failed=()
for remote in "${remotes[@]}"; do