Skip to content

A hello-world equivalent for different CI providers testing & building basic CRA app

License

Notifications You must be signed in to change notification settings

advaitk7/hello-ci-frontend

 
 

Repository files navigation

Hello CI (frontend)

A hello-world equivalent for different CI providers: all doing a simple task of testing & building a basic CRA app.

View Related Slides: https://github.com/rohit-smpx/slides

Pipelines:

View file: nodejs.yml

Github Action Status

Gitlab CI integrates with external git repositories (including Github ones) to mirror them and run Gitlab CI pipelines.

View file: .gitlab-ci.yml

Gitlab Pipeline Status

View file: .drone.yml

Drone Build Status

View file: .travis.yml

Travis Pipeline Status

Deployments:

Using ZEIT Now

View the website at https://hello-ci-frontend.now.sh/. Deployed using now-cli.

Docker Images

Some of these pipelines use docker images as the container in which the commands are executed. Images used are:

About

A hello-world equivalent for different CI providers testing & building basic CRA app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • HTML 18.1%
  • CSS 11.1%