Skip to content

Commit 63c8259

Browse files
authored
Simplify deployment instructions in README
1 parent 19daf48 commit 63c8259

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,4 @@ This command generates static content into the `build` directory and can be serv
2626

2727
### Deployment
2828

29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
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.
29+
The deployment will be automatically done.

0 commit comments

Comments
 (0)