|
|
|
|
|
by always_imposter
597 days ago
|
|
You could setup a github action(if your repo is hosted on Github) or use something like gitea in your local environment to manage your repo and then you push changes to that gitea repo, it has an action runner like github's which does all the automating stuff for you. It is only one time setup pain point, after that you are all set. |
|