Using GitHub actions to Automate your DNN Extension Deployments

Yesterday I posted a new tutorial for all you DNN users. I've spent quite a bit of time over the past few weeks coming up with a way to get DNN Modules/Themes deployable from a GitHub Repo using GitHub Actions workflows. 

This probably doesn't make a lot of sense if you're maintaining an open source module, but it definitely can be used in that scenario. It makes more sense for developers who are making changes to code and want to automate the deployment of that code out to a production environment, or even extend it to work for different environments based on the branch that gets committed to.

For the full tutorial please visit the tutorial page I've got setup.

No Comments