1786140782

This commit is contained in:
2026-08-08 00:13:02 +02:00
parent aceb9ca9bb
commit 1f9ee9a2bc
3 changed files with 130 additions and 399 deletions

4
build
View File

@@ -3,4 +3,6 @@ git add .
git commit -am "$(date +%s)"
git push
ssh -t trekstor -- "cd dashboard && git pull && cargo b -r && systemctl --user restart dashboard"
cargo b -r
scp target/release/dashboard trekstor:~/dashboard
ssh -t trekstor -- "systemctl --user restart dashboard"