diff options
author | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-02 21:47:13 +0000 |
---|---|---|
committer | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-02 21:47:13 +0000 |
commit | 3f64cc174f7f0b9ee149582ee4e6e4478a1f4369 (patch) | |
tree | ead63c0e7e5186a39ccab6f35d2e8b24bbc17277 /package.json | |
parent | 840aab0c9acbd2898c754fc5063a21f7a0d6a487 (diff) | |
download | mfashby.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.json | 3 |
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" |