Added: temp deploy command

This commit is contained in:
Llewellyn D'souza
2022-01-07 18:09:08 +05:30
parent d0cb3b44dc
commit 977d1905f2

View File

@@ -24,7 +24,8 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"deploy": "scp -Cvpr -i <keyfile> build/* ubuntu@ec2-13-59-140-102.us-east-2.compute.amazonaws.com:/home/ubuntu/web-wms/"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [