Skip to content

Commit

Permalink
Fix indentation in test-deploy recipe (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 4, 2022
1 parent e3968f9 commit 8e37432
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e37432

Please sign in to comment.