Added deploy npm command

This commit is contained in:
Dan Brown 2020-12-09 21:33:50 +00:00
commit abc76ca64c
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -7,6 +7,7 @@
"build": "gulp && hugo",
"serve": "hugo serve -DF",
"dev": "gulp watch",
"deploy": "hugo && rsync -avx --delete --exclude '.git/' --exclude 'node_modules/' ./ sandcat:/var/www/bookstackapp.com/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dan Brown",