update deploy script

This commit is contained in:
sunda 2021-11-10 16:39:16 +01:00
parent c17b40c723
commit 272192103e

View File

@ -6,7 +6,7 @@
"scripts": {
"start": "yarn parcel index.html",
"dev": "yarn parcel watch index.html",
"build": "yarn parcel build index.js && cp -r static dist/static",
"build": "parcel build index.html && cp -r static dist/static",
"deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/"
},
"alias": {