Update binary

This commit is contained in:
2025-10-29 19:06:03 +08:00
parent c584d39607
commit 6096ebc43c
2 changed files with 9 additions and 0 deletions

9
scripts/deploy Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
ROOT=$(dirname $0)/..
pushd $ROOT
set -ex
cargo build --release
cp -f target/release/blog-server ./