aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormartin@martin-laptop.lan <martin@martin-laptop.lan>2018-06-02 21:47:13 +0000
committermartin@martin-laptop.lan <martin@martin-laptop.lan>2018-06-02 21:47:13 +0000
commit3f64cc174f7f0b9ee149582ee4e6e4478a1f4369 (patch)
treeead63c0e7e5186a39ccab6f35d2e8b24bbc17277 /package.json
parent840aab0c9acbd2898c754fc5063a21f7a0d6a487 (diff)
downloadmfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.gz
mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.bz2
mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.xz
mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.zip
Wrote some more about mailu
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"