Skip to content

Commit c08c406

Browse files
authored
Update README.md
1 parent 7b29fe1 commit c08c406

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,3 @@ $ yarn build
2727
```
2828

2929
This command generates static content into the `build` directory and can be served using any static contents hosting service.
30-
31-
### Deployment
32-
33-
Using SSH:
34-
35-
```
36-
$ USE_SSH=true yarn deploy
37-
```
38-
39-
Not using SSH:
40-
41-
```
42-
$ GIT_USER=<Your GitHub username> yarn deploy
43-
```
44-
45-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 commit comments

Comments
 (0)