1786188233

This commit is contained in:
2026-08-08 13:23:53 +02:00
parent 8ff5cce9b2
commit 6ca45a3cd6
8 changed files with 61 additions and 528 deletions

4
build
View File

@@ -6,3 +6,7 @@ if [ $? -ne 0 ]; then
fi
scp target/release/dashboard trekstor:~/dashboard
ssh -t trekstor -- "systemctl --user restart dashboard"
git add .
git commit -am "$(date +%s)"
git push