summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 715b4f4..7f2b39e 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"scripts": {
"build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors",
- "deploystatic": "whoami",
+ "deploystatic": "aws s3 sync --acl public-read static s3://geshem.space",
"deploycron": "serverless deploy -f update",
"invokecron": "serverless invoke -l -f update"
},