Deploy by signing into circleci.com with github. Add and set up your project.
You can add your github token by clicking on a projects settings
icon and going to Environment Variables
and adding:
` create a personal access token for a public github here.
When creating the token, the minimum required scopes are:
- repo for a private repository
- public_repo for a public repository
Once set up properly it will be building a workflow
that puts your release
job ON HOLD
until manually approved. This lets you batch up fixes and features into 1 release and still have the convenience of a 1 button deploy.
On successfull release, it will create release notes and a new release and publish to github and github pages.
You can view your deployed react site at the homepage
url required to be changed in the package.json
mentioned in the README.md