Skip to content

Commit 5aed270

Browse files
committed
Updating README
1 parent 29fd39d commit 5aed270

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,6 @@ Run it locally.
3636
$ npm run start
3737
```
3838

39-
To deploy, replace the following in the [`package.json`](package.json) with your S3 bucket and CloudFront distributions.
40-
41-
```
42-
"deploy": "aws s3 sync build/ s3://notes-app-client",
43-
"postdeploy": "aws cloudfront create-invalidation --distribution-id E1KTCKT9SOAHBW --paths '/*' && aws cloudfront create-invalidation --distribution-id E3MQXGQ47VCJB0 --paths '/*'",
44-
```
45-
46-
And run.
47-
48-
``` bash
49-
$ npm run deploy
50-
```
51-
5239
#### Maintainers
5340

5441
Serverless Stack is authored and maintained by Frank Wang ([@fanjiewang](https://twitter.com/fanjiewang)) & Jay V ([@jayair](https://twitter.com/jayair)). [**Subscribe to our newsletter**](https://emailoctopus.com/lists/1c11b9a8-1500-11e8-a3c9-06b79b628af2/forms/subscribe) for updates on Serverless Stack. Send us an [email][Email] if you have any questions.

0 commit comments

Comments
 (0)