Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gz authored Jan 13, 2025
1 parent afe4095 commit 15a6c21
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,5 @@ This command generates static content into the `build` directory and can be serv

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

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.
The repository is configured to automatically deploy `main` to [docs.feldera.com](https://docs.feldera.com).
Dependabot will create PRs to update the `feldera/feldera` submodule.

0 comments on commit 15a6c21

Please sign in to comment.