chore(andreknie.de): sync spoke updates

This commit is contained in:
2026-07-27 16:51:30 +02:00
parent 27bf001b9d
commit cf14b38501
4 changed files with 38 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/bin/bash
# Automatically pushes the andreknie.de subtree to the Gitea remote
set -e
REPO_URL="https://git.d-hive.de/dHive/andreknie.de.git"
BRANCH="master"
SUBTREE_PREFIX="privat/CV/andreknie.de"
echo "Pushing subtree to $REPO_URL ($BRANCH)..."
git subtree push --prefix "$SUBTREE_PREFIX" "$REPO_URL" "$BRANCH"
echo "✅ Subtree push successful! The Gitea Action will now deploy the site."