aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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"