Initial blog setup
This commit is contained in:
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 --profile extra-small
|
||||
cp -f target/extra-small/blog-server ./
|
||||
Reference in New Issue
Block a user