Welcome Guest, Not a member yet? Register   Sign In
Libraries and Version Controllers
#5

You could always use Webhooks in GitHub, if you're using that, to update a URL and have it pull a new version down.

You could also create a git hook on push and shoot the changes (or even just a notice) to your other sites.

Other than that, I don't know of a way to make it happen automatically.

If you package things up as a Composer-loadable library, instead of a strictly CI one, you could simply do a composer update on each project when you work on it again. You could even use Composer and CodeIgniter Installers to pull your package down and throw the library in your libraries, or third-party folder for you. That's possibly the best solution, in my opinion.
Reply


Messages In This Thread
Libraries and Version Controllers - by temkav - 01-14-2015, 12:09 PM
RE: Libraries and Version Controllers - by dmyers - 01-16-2015, 04:22 PM
RE: Libraries and Version Controllers - by temkav - 01-19-2015, 03:53 AM
RE: Libraries and Version Controllers - by kilishan - 01-19-2015, 11:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB