From 2db07691aeedfe01008080a7193126152bdbc41c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 17 Sep 2019 19:44:08 +0200 Subject: [PATCH] Add note about how to deploy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f26d3c..db127c9 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,8 @@ us to work on new articles and still store the pages here in the repository. ## Deploying the site -TODO. +We have a Git hook setup, so just push as you would as normal: + +``` +$ git push origin master +```