add build script

This commit is contained in:
hodasemi 2023-09-20 15:36:50 +02:00
parent 922f8d82a1
commit 945c5428ac

11
build.sh Normal file
View file

@ -0,0 +1,11 @@
rustup default stable
rustup update
git pull
cargo build --release
mkdir -p server
cp devices.conf server/
cp target/release/home_server server/