From 3f64cc174f7f0b9ee149582ee4e6e4478a1f4369 Mon Sep 17 00:00:00 2001 From: "martin@martin-laptop.lan" Date: Sat, 2 Jun 2018 21:47:13 +0000 Subject: Wrote some more about mailu --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5ef0ca9..0158c8e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "live-server": "^1.2.0" }, "scripts": { - "start": "concurrently --kill-others \"jekyll build --watch\" \"live-server _site/\"" + "start": "concurrently --kill-others \"jekyll build --watch\" \"live-server _site/\"", + "deploy": "jekyll build && scp -r _site/* pi@mfashby.net:/var/www/mfashby.net/" }, "author": "Martin Ashby", "license": "ISC" -- cgit v1.2.3-ZIG