Skip to content

Commit 2db52ed

Browse files
committed
Added deployment to the github README
1 parent 7d98692 commit 2db52ed

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,12 @@ This command starts a local development server and opens up a browser window. Mo
3030
npm run build
3131
```
3232

33-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
33+
This command generates static content into the `build` directory and can be served using any static contents hosting service.
34+
35+
## Deployment
36+
37+
```bash
38+
deploy.sh user@server
39+
```
40+
41+
This will build the site and upload it via ssh using the specified user to the specified server.

0 commit comments

Comments
 (0)