diff --git a/package.json b/package.json index 16bd504..d70abf1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "My portfolio website", "main": "index.html", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "push-to-live": "rsync -rv --progress ./ do:/var/www/jshaver_net" }, "author": "john@jshaver.net", "license": "UNLICENSED"