hack/deploy: fix typo - store/dh, not store/da
This commit is contained in:
parent
57aa87b92e
commit
a1c9917c4c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ssh_cmd="ssh -o StrictHostKeyChecking=accept-new"
|
|||
if [ ! -z ${2+x} ]; then ssh_cmd="$ssh_cmd $2"; fi
|
||||
|
||||
echo Syncing repo content to machine "$1"
|
||||
rsync -e "$ssh_cmd" -avz --exclude='.hg/store/data/' --exclude='.hg/store/da/' --exclude='.hg/cache/' --exclude='.hg/wcache/' ./ "deployer@$1:depot/"
|
||||
rsync -e "$ssh_cmd" -avz --exclude='.hg/store/data/' --exclude='.hg/store/dh/' --exclude='.hg/cache/' --exclude='.hg/wcache/' ./ "deployer@$1:depot/"
|
||||
|
||||
echo Triggering rebuild
|
||||
$ssh_cmd -t "deployer@$1" rebuilder ./depot
|
||||
|
|
Loading…
Reference in a new issue