Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Oct 27, 2024
1 parent 7544057 commit 076ab33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ $ yarn build
This command generates static content into the `build` directory and can be served using any static contents hosting service.


### Deploy

Our docs are deployed through [vercel](https://vercel.com/husky-coding-projects-projects/docs/deployments) automatically from the `vercel_deploy` branch. Just push changes to `main`, and then merge `main` into `vercel_deploy` to deploy the changes.

```bash
git checkout main
git pull
git add <files>
git commit -m "message"
git push origin main
git checkout vercel_deploy
git merge main
git push origin vercel_deploy
```

0 comments on commit 076ab33

Please sign in to comment.