From b110fcf9634375ea11351d79078fc4a37c67db6e Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 10 Apr 2022 17:15:49 +0200 Subject: add deploy command --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2b80090..273a550 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,4 @@ a basic template (`hugo new post/mypost.md`), or peak at a previous post. ## Generate a new website that can be published 1. Check that it runs as expected locally (see quick start, step 3). 2. Run `hugo`. This will update the `public` repository that is deployed somewhere. +3. `rsync -r public/* nemo:/var/www/rgdd.se/html/` -- cgit v1.2.3