Kirk Trombley 5 years ago
parent
commit
3edca6f1af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -12,7 +12,8 @@
     "start": "react-scripts start",
     "build": "react-scripts build",
     "test": "react-scripts test",
-    "eject": "react-scripts eject"
+    "eject": "react-scripts eject",
+    "deploy": "scp -r build/* hiram:/opt/siteroot"
   },
   "eslintConfig": {
     "extends": "react-app"