Skip to content

A simple react app to process ci/cd testing using circleci and deployment on netlify app. Generating a pipeline based project management.

Notifications You must be signed in to change notification settings

sagar-7227/React_Circle-ci_Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React app for cicle-ci testing

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.


Quick Overview

You should see something like this now:

Deployed site


Simple Running of this project

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

Circle-ci Overview

When click on passed badge at top it shows some pipeline deployment like this :

Pipeline page

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'.

Auth Token


Other places you can find me:

LinkedIn

About

A simple react app to process ci/cd testing using circleci and deployment on netlify app. Generating a pipeline based project management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published