DEV Community

Discussion on: Git- Automatic pull on production server?

Collapse
 
kip13 profile image
kip

You could use the webhooks and with a couple of scripts make the work, this is the simplest solution.

Another way is use Drone or gocd that kind of tools(continuous delivery/integration) use webhooks too.