Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user