This Site works as a testing project for circle-ci and building a pipeline from testing to deployment. Then goes on production deployment using netlify-cli deployment.
You should see something like this now:
Clone this repository and open it in your editor of choice.
git clone https://github.com/sagar-7227/React_Circle-ci_Testing
- Please make sure that npm and yarn is already installed on your system.
Then install the project dependencies with ::
yarn
Now you can run the project with this command
yarn start
When click on passed badge at top it shows some pipeline deployment like this :
To build netlify circle-ci deployment ::
- Deploy your website to netlify first.
- Get your Netlify auth token and Site Id.
- Add Token to your circle-ci environment variables with named 'NETLIFY_AUTH_TOKEN' and 'NETLIFY_SITE_ID'.