February 15, 2019

Deploy React App to GitLab Pages With GitLab CI

So I wanted to deploy a simple React app to GitLab Pages using GitLab CI. While this is easy to do (example here) I did not know how to configure homepage in package.json during the build and keep it out of version control and do the same for a list of public GPG keys. Not that any of these is secret but it would be nice if the app can be cloned/forked and reused by anyone without having to modify the code. Read more

Powered by Hugo & Kiss.