Add deploy script

This commit is contained in:
greg 2019-01-26 02:54:07 -08:00
parent 742abc5989
commit 7ec4c4e5e9
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}
}