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 1ea58b9 commit 56519cfCopy full SHA for 56519cf
tox.ini
@@ -50,8 +50,9 @@ deps=rstcheck
50
allowlist_externals=rsync
51
changedir=docs
52
commands=
53
- rsync -azP --stats --delete _build/html/ \
54
- grantjenks.com:/srv/www/www.grantjenks.com/public/docs/freegames/
+ rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
+ _build/html/ \
55
+ grantjenks:/srv/www/grantjenks.com/public/docs/freegames/
56
57
[isort]
58
multi_line_output = 3
0 commit comments