summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-09 21:13:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-09 21:13:03 +0800
commitab2c87b785036a872e17eac771c65a4af88790e5 (patch)
tree51efeb58c3ee617380ab897f9c7a2248ec8ec817 /deploy.sh
parent8eb692d56d96570b941e7763584d57367ee9ff36 (diff)
Change to script directory before build
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 22f3cb3..a4e533f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,6 +2,9 @@
# Require : Cargo (Rust)
+# Change to the directory where the script is located
+cd "$(dirname "$0")" || exit 1
+
# Build
if FORCE_BUILD=$(date +%s) cargo build --workspace --release; then
# Export