mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
chore: Create remote ~/aider dir before rsync
This commit is contained in:
parent
a0004ab892
commit
805d6bbc8c
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ EXCLUDE_FILE=$(mktemp)
|
|||
# Convert .gitignore patterns to rsync exclude patterns
|
||||
git -C "$REPO_ROOT" ls-files --exclude-standard --others --ignored --directory > "$EXCLUDE_FILE"
|
||||
|
||||
# make ~/aider on the remote side if needed ai!
|
||||
# Create remote directory if needed
|
||||
ssh "$DEST" "mkdir -p ~/aider"
|
||||
|
||||
# Sync the repository
|
||||
rsync -avz --delete \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue