Skip to content

Commit

Permalink
Update rsync command for uploading docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Feb 20, 2022
1 parent c9844bb commit 2d2cc8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ deps=rstcheck
allowlist_externals=rsync
changedir=docs
commands=
rsync -azP --stats --delete _build/html/ \
grantjenks.com:/srv/www/www.grantjenks.com/public/docs/diskcache/
rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
_build/html/ \
grantjenks:/srv/www/grantjenks.com/public/docs/diskcache/

[isort]
multi_line_output = 3
Expand Down

0 comments on commit 2d2cc8b

Please sign in to comment.