summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e98a475..4e48c48 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
- "deploystatic": "aws s3 sync --acl public-read static s3://geshem.space",
+ "deploystatic": "aws s3 sync --acl public-read build s3://geshem.space",
"deploycron": "serverless deploy -f update",
"invokecron": "serverless invoke -l -f update"
},