Continuously deploy a React App to GitLab Pages
If you're looking for a simple way to deploy a CRA app everytime you push new changes, Gitlab Pages can be a great way to do this.
By the end of this article you'll learn how to:
* setup a GitLab CI pipeline to build the app on every new commit