comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

Setup a Github Actions self-hosted runner #128

Closed kiancm closed 4 years ago

kiancm commented 4 years ago

Github actions are normally executed using Github-managed machines, but it is possible to use your own machine as a workflow runner. I think this would be a great approach to deploy on the server.

https://docs.github.com/en/actions/hosting-your-own-runners

kiancm commented 4 years ago

This is not necessary and has some annoying security issues.