Auto deploy your Reason React project from Github to Netlify. When you push to Git, Netlify will auto deploy your project.
If you donβt have a project, you can get the basic setup instruction in reason react official documentation.
Steps:
1. Login/sign-up to https://netlify.com
2. Click on βNew site from Gitβ button
3. Choose the Git provider where your siteβs source code is hosted
4. Choose the repository you want to link to your site on Netlify.
5. Choose the branch to deploy and give the build commands and publish directory.
Build command
npm run clean && npm run build && npm run webpack:production
Publish directory
build
Fill-in the details and click βDeploy Siteβ button.
Your site will get deployed in 5 mins, All other commits you make to the branch you select will get auto deployed to Netlify :D
Top comments (0)