Files
dashboard/build
2026-08-07 17:06:56 +02:00

7 lines
121 B
Bash
Executable File

#!/bin/bash
git add .
git commit -am "$(date +%s)"
git push
ssh -t trekstor -- "cd dashboard && git pull && cargo r -r"