fix: 修正 deploy.sh 中 SYNC_DIR 路径
This commit is contained in:
parent
916fdf65b0
commit
d4abba0370
@ -16,7 +16,7 @@
|
||||
set -e
|
||||
|
||||
REPO_DIR="/data/guanghulab/repo"
|
||||
SYNC_DIR="/data/guanghulab/server/git-sync"
|
||||
SYNC_DIR="$REPO_DIR/server/git-sync"
|
||||
TOKEN="3e16b79c427bb44b77c00b319aa641bde8f61d84"
|
||||
GITEA_URL="http://127.0.0.1:3001"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user