Add deploy script
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user