From ed1c0bb723b89b22db16ba81430dda645b6cabf5 Mon Sep 17 00:00:00 2001 From: msyfls123 Date: Sun, 25 Aug 2024 20:46:26 +0800 Subject: [PATCH] docs: update DEPLOY.md --- DEPLOY.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index c1b65ac..9e71f75 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -1,8 +1,11 @@ # Setup + +Download `build.zip` from GitHub Actions. + ```shell -unzip build.zip -d ./bard -mkdir store -cd bard +cp -r app app-bak +unzip build.zip -d ./app +chmod +x app/target/release/server ``` # Build