From a35907d562fd54919376e50183e1dc6b674f38c4 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 29 Apr 2018 18:24:23 +0200 Subject: [PATCH] Update readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index cded0b7..4e40cd2 100644 --- a/readme.md +++ b/readme.md @@ -17,3 +17,13 @@ from the top-level directory. The website is then served at: http://localhost:1313/ and auto-reloads on content changes. + + +Deployment +---------- + +Given the necessary _ssh_ login credentials, just run: + + make upload + +to upload the static website to our webserver via _rsync_ over _ssh_.