This commit is contained in:
2026-08-08 13:05:55 +02:00
commit 8ff5cce9b2
19 changed files with 11999 additions and 0 deletions

8
build Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
cargo b -r
if [ $? -ne 0 ]; then
exit 1
fi
scp target/release/dashboard trekstor:~/dashboard
ssh -t trekstor -- "systemctl --user restart dashboard"