diff options
| author | Yuval Adam <_@yuv.al> | 2018-11-17 15:54:43 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-11-17 15:54:43 +0200 |
| commit | 7d7b037ea86cfd0a7ee24266d0f288b3fb12343e (patch) | |
| tree | 3cebe5bca0de8e7e11c94b82c36d3cdd6efd751b /package.json | |
| parent | b8c2848e6b38c5aaafbe307494865066c748fff8 (diff) | |
Update deploystatic task
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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" }, |
