aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-28 23:18:21 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-28 23:18:21 +0100
commit1bd8125370dca6119b7097cb185121a6237034da (patch)
tree71d1b0364f4ca1df0ba6ff14374e3e12ef41d0ee /deployment
parent02fda909cbf80406b6ed7baa84e61c202051d15b (diff)
Fix deployment
Diffstat (limited to 'deployment')
-rw-r--r--deployment/start-solo-tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/start-solo-tool.sh b/deployment/start-solo-tool.sh
index 7b96b22..a293a61 100644
--- a/deployment/start-solo-tool.sh
+++ b/deployment/start-solo-tool.sh
@@ -6,7 +6,7 @@ mkdir -p "${SESSION_DIR}" "${SONG_POOL}"
# Get latest revision
cd "${SERVICE_DIR}"
rm -rf repo
-git clone --depth 1 https://git.0xf7.com/solo-tool.git repo
+git clone https://git.0xf7.com/solo-tool.git repo
# Bootstrap venv
cd repo