chore: Skip GitHub in push-all.sh (currently blocked)

This commit is contained in:
root
2026-02-24 21:29:16 -06:00
parent 43d66727da
commit 133c8a352f

View File

@@ -37,9 +37,10 @@ if ! git diff-index --quiet HEAD --; then
fi fi
# Push to each remote # Push to each remote
remotes=("gitea" "github" "gitlab") # GitHub currently blocked/deactivated - update when ready
remotes=("gitea" "gitlab")
echo "Note: GitHub push may require SSH key or credential helper setup." echo "Note: GitHub remote exists but is currently skipped (blocked/deactivated)."
failed=() failed=()
for remote in "${remotes[@]}"; do for remote in "${remotes[@]}"; do