Tetris icon indicating copy to clipboard operation
Tetris copied to clipboard

Make a CI/CD pipeline to build and deploy project automatically

Open Arsenic-ATG opened this issue 1 year ago • 0 comments

currently, in order to update the web build, project need to first be built locally and then changes are pushed to the repository which is then hosted by netlify.

This method is inconsistent and pollutes the commit history of the repository.

Reading the emscripten docs, I came across different ways to integrate different continues integration pipelines to build the project automatically when the master branch is updated.

Arsenic-ATG avatar Sep 06 '22 05:09 Arsenic-ATG