Skip to content

mushthak/react-circleci-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App with CircleCI and aws ECR hosting

This project was bootstrapped with Create React App.

CI/CD is implemented using CircleCI.

CircleCI config file

CircleCI jobs

Jobs and actions specified in CircleCI

test

Which creates a node docker image, checks out code, install dependencies and run the tests.

aws-ecr/build-and-push-image

Once test is success run aws orb command which build docker image based on definition in DockerFile and upload to aws ECR private repository

aws-ecs/deploy-service-update

Once docker image is uploaded to ECR private repository then deploy it to ECS

CircleCI Environment Variables

Screen Shot 2021-04-11 at 9 07 31 PM

References

About

CI/CD implementation for React using CirleCI and AWS ECR deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published