up sync-git-mirrors.sh

This commit is contained in:
Milan Hauth 2023-11-24 08:40:19 +01:00
parent 05cfcf88c6
commit 976dfa610f
1 changed files with 9 additions and 0 deletions

View File

@ -64,3 +64,12 @@ for remote in $(git remote show); do
git push $remote $branches $opts || true
git push $remote $branches $opts --tags || true
done
# codeberg.org has no automatic update like github pages
echo updating https://milahu.codeberg.page/alchi/
git push codeberg.org master:pages
# sourceforge.net has no automatic update like github pages
echo updating https://milahu-alchi.sourceforge.io/
repo_root="$(dirname "$0")"/../..
"$repo_root/src/scripts/sync-sourceforge-pages.sh"