From 7ec4c4e5e9f4969b36aae5bb84a8d2648f5fd2ce Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 26 Jan 2019 02:54:07 -0800 Subject: [PATCH] Add deploy script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c2b254..e111a5a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "scripts": { "dev": "parcel index.html", - "build": "parcel build index.html" + "build": "parcel build index.html", + "deploy": "sudo cp dist/* /srv/http-kucinako/ && sudo chown -R http:http /srv/http-kucinako" } }