Deploy extra small

This commit is contained in:
2025-10-29 19:32:44 +08:00
parent 2fd346d477
commit a45f1b3b99
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ pushd $ROOT
set -ex
cargo build --release
cp -f target/release/blog-server ./
cargo build --profile extra-small
cp -f target/extra-small/blog-server ./