Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.03 KB

CIRCLECI.md

File metadata and controls

27 lines (16 loc) · 1.03 KB

CircleCI

Deploying

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:

GH_TOKEN

` 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

HOLD

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.

Github Releases

On successfull release, it will create release notes and a new release and publish to github and github pages.

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