fix: correct Gitea repo name materia → beanflows
Some checks failed
CI / test-cli (push) Failing after 57s
CI / test-sqlmesh (push) Successful in 13s
CI / test-web (push) Failing after 11s
CI / tag (push) Has been skipped

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-27 18:19:18 +01:00
parent 2e928de156
commit 66d484955d

View File

@@ -15,7 +15,7 @@ set -euo pipefail
SERVICE_USER="beanflows_service"
REPO_DIR="/opt/materia"
GITEA_REPO="ssh://git@git.padelnomics.io:2222/deemanone/materia.git"
GITEA_REPO="ssh://git@git.padelnomics.io:2222/deemanone/beanflows.git"
UV="/home/${SERVICE_USER}/.local/bin/uv"
[ "$(id -u)" = "0" ] || { echo "ERROR: Run as root"; exit 1; }