From 7d7b037ea86cfd0a7ee24266d0f288b3fb12343e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 15:54:43 +0200 Subject: Update deploystatic task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.3.1