We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9844bb commit 2d2cc8bCopy full SHA for 2d2cc8b
tox.ini
@@ -64,8 +64,9 @@ deps=rstcheck
64
allowlist_externals=rsync
65
changedir=docs
66
commands=
67
- rsync -azP --stats --delete _build/html/ \
68
- grantjenks.com:/srv/www/www.grantjenks.com/public/docs/diskcache/
+ rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
+ _build/html/ \
69
+ grantjenks:/srv/www/grantjenks.com/public/docs/diskcache/
70
71
[isort]
72
multi_line_output = 3
0 commit comments