fiplus / fiplus-backend

2 stars 0 forks source link

GitHub hook to push to development server #25

Open bkhurshi opened 9 years ago

bkhurshi commented 9 years ago

Hook into GitHub to trigger update of development server whenever a change is pushed on master.

seanmikalson commented 9 years ago

Information about the location of repos so the hook can be applied to them:

bkhurshi commented 9 years ago

Is this still something we want to do?

seanmikalson commented 9 years ago

If it's easy to do, then it would be nice. If it's hard then we can wait. It would prevent us having to ssh in to the server and do a git pull/run the commands to deploy the app (which isn't very involved anyway).