diff --git a/.drone.yml b/.drone.yml index 6966c84..09042b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,5 +99,10 @@ steps: # using [twine](https://twine.readthedocs.io). Mostly to jog the developer's # memory, when a new release is freshly built, the command to update PyPI is # `twine upload dist/*`. Also don't forget to create a fresh release on the -# repository site as well. +# repository site as well. Finally, you can manually upload the new doc pages +# for mkdocs-semiliterate itself so the pages can be served by moving the +# newly-produced `site` directory to `semiliterate` and then executing +# +# `scp -r -i [IDENTITY_FILE] semiliterate [USER]@[SERVER]:/opt/bitnami/apps/wordpress/htdocs` +# ###