Browse Source

Add comment about publishing

pull/1/head
Luke Murphy 5 years ago
parent
commit
1df2df5fe4
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      tasks.py

2
tasks.py

@ -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')

Loading…
Cancel
Save