1 parent 7d98692 commit 2db52edCopy full SHA for 2db52ed
1 file changed
README.md
@@ -30,4 +30,12 @@ This command starts a local development server and opens up a browser window. Mo
30
npm run build
31
```
32
33
-This command generates static content into the `build` directory and can be served using any static contents hosting service.
+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