meta: add deploy command

This commit is contained in:
Raito Bezarius 2022-03-06 01:13:25 +01:00
parent f0db19a89f
commit 0ccd9ec606

View file

@ -5,7 +5,8 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --cors --no-clear"
"start": "sirv public --cors --no-clear",
"deploy": "npm run build && rsync -avP public/* root@beta.rz.ens.wtf:/var/public-cof/home/"
},
"devDependencies": {
"@fullcalendar/daygrid": "^5.10.1",