meta: add deploy command
This commit is contained in:
parent
f0db19a89f
commit
0ccd9ec606
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue