summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-17 15:54:43 +0200
committerYuval Adam <_@yuv.al>2018-11-17 15:54:43 +0200
commit7d7b037ea86cfd0a7ee24266d0f288b3fb12343e (patch)
tree3cebe5bca0de8e7e11c94b82c36d3cdd6efd751b /package.json
parentb8c2848e6b38c5aaafbe307494865066c748fff8 (diff)
Update deploystatic task
Diffstat (limited to 'package.json')
-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"
},