Add comment about publishing

This commit is contained in:
Luke Murphy 2019-06-19 14:36:43 +02:00
parent dc47521e27
commit 1df2df5fe4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -73,6 +73,8 @@ def preview(c):
@task
def publish(c):
"""Publish to production via Git hook"""
# TODO: use generation and rsync here for publishing
# also update README.md "Deploying the site" instructions
c.run('git push origin master')