From 1df2df5fe4376af4d949b0db64ff3d89653b1cc0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 19 Jun 2019 14:36:43 +0200 Subject: [PATCH] Add comment about publishing --- tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks.py b/tasks.py index f6f9ff9..256da24 100644 --- a/tasks.py +++ b/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')