Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-09-18 18:03:11 +08:00

View File

@@ -1,10 +1,10 @@
#!/bin/bash
# 配置参数
LOCAL_DIR="/Users/ainongkeji/code/vue/jiebanke/website"
LOCAL_DIR="./website"
REMOTE_USER="root"
REMOTE_HOST="1.13.156.49"
REMOTE_DIR="/data/php/jiebanke/www"
REMOTE_DIR="/data/website/jiebanke/"
# 检查本地目录是否存在
if [ ! -d "$LOCAL_DIR" ]; then