Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kosimst806y@mishaor Yes, a self-hosted Git server for example would make things way easier, but I want to stick to Github as it's also great to show your projects to the public. And I also really like the simplicity of it.
-
kosimst806yHopefully I'll find some time in the autumn holiday to get started with it, school's currently pretty exhausting :(
Related Rants
I currently use Github as my git server and have worked a little bit with Travis. Sadly Travis can't deploy to local network targets and that's why I had the idea to create my own basic CI for the local network: It will be a simple nodejs-app and listens to pushes via Github Webhooks. Then it fetches the code from Github and runs a task runner like Gulp over it and tests it with any nodejs testing framework. Then it deploys the compiled, tested and linted app to the local network. What do you think of this idea?
devrant
local network
webhook
ci
deploy
nodejs
github