diff --git a/justfile b/justfile index df0c5e90b9..4d22f7d25e 100644 --- a/justfile +++ b/justfile @@ -40,12 +40,12 @@ test-deploy: vagrant up ssh-keyscan 192.168.56.4 >> ~/.ssh/known_hosts rsync -avz \ - --delete \ - --exclude .git \ - --exclude target \ - --exclude .vagrant \ - --exclude index.redb \ - . root@192.168.56.4:ord + --delete \ + --exclude .git \ + --exclude target \ + --exclude .vagrant \ + --exclude index.redb \ + . root@192.168.56.4:ord ssh root@192.168.56.4 'cd ord && ./deploy/setup' status: