diff --git a/infra/bootstrap_supervisor.sh b/infra/bootstrap_supervisor.sh index 5556284..87df7b8 100755 --- a/infra/bootstrap_supervisor.sh +++ b/infra/bootstrap_supervisor.sh @@ -26,7 +26,7 @@ if [ "$EUID" -ne 0 ]; then fi # Configuration -REPO_URL="${REPO_URL:-https://gitlab.com/YOUR_USERNAME/materia.git}" # TODO: Update this! +REPO_URL="${REPO_URL:-git@gitlab.com:deemanone/materia.git}" MATERIA_DIR="/opt/materia" REPO_DIR="$MATERIA_DIR/repo"