add deploy script
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -30,3 +30,5 @@ yarn-error.log*
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
.*.swp
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "prettier --write ."
|
||||
"lint": "prettier --write .",
|
||||
"deploy": "yarn build && rsync -hav build/ hawkeye:/data/web/hosting/vero.mattfidd.rocks/html/"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user