Deploy command

This commit is contained in:
John Hobbs 2016-09-02 10:56:26 -05:00
parent 61853b1986
commit 03bb4e38a4
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "PARTY OR DIE",
"scripts": {
"build": "node generate.js"
"build": "node generate.js",
"deploy": "rsync -rvz --exclude='*.mustache' --exclude=node_modules --exclude=.git * velvetcache.org:~/cultofthepartyparrot.com/"
},
"repository": {
"type": "git",