diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 17:15:49 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 17:15:49 +0200 |
commit | b110fcf9634375ea11351d79078fc4a37c67db6e (patch) | |
tree | 4362dcb81cb952859958732f3f20875608a5f398 | |
parent | 3869399a00fac100ffbc8729deb2a469628c78ad (diff) |
add deploy command
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/` |