diff --git a/infra/bootstrap_supervisor.sh b/infra/bootstrap_supervisor.sh index cfa16b7..c18b484 100755 --- a/infra/bootstrap_supervisor.sh +++ b/infra/bootstrap_supervisor.sh @@ -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; }