Add comment about publishing
This commit is contained in:
parent
dc47521e27
commit
1df2df5fe4
2
tasks.py
2
tasks.py
@ -73,6 +73,8 @@ def preview(c):
|
|||||||
@task
|
@task
|
||||||
def publish(c):
|
def publish(c):
|
||||||
"""Publish to production via Git hook"""
|
"""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')
|
c.run('git push origin master')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user