Skip to content

Commit 56519cf

Browse files
committed
Update rsync command
1 parent 1ea58b9 commit 56519cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ deps=rstcheck
5050
allowlist_externals=rsync
5151
changedir=docs
5252
commands=
53-
rsync -azP --stats --delete _build/html/ \
54-
grantjenks.com:/srv/www/www.grantjenks.com/public/docs/freegames/
53+
rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
54+
_build/html/ \
55+
grantjenks:/srv/www/grantjenks.com/public/docs/freegames/
5556

5657
[isort]
5758
multi_line_output = 3

0 commit comments

Comments
 (0)