Update binary
This commit is contained in:
BIN
blog-server
BIN
blog-server
Binary file not shown.
9
scripts/deploy
Executable file
9
scripts/deploy
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
ROOT=$(dirname $0)/..
|
||||
pushd $ROOT
|
||||
|
||||
set -ex
|
||||
|
||||
cargo build --release
|
||||
cp -f target/release/blog-server ./
|
||||
Reference in New Issue
Block a user