Make a CI/CD pipeline to build and deploy project automatically #34
Labels
good first issue
Good for newcomers
Priority: MEDIUM
This bug should be repaired after serious bugs have been fixed.
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.
The text was updated successfully, but these errors were encountered: