Main menu

Pages

Automated Deployment of PHP Application using Github Push

 

Nowadays most of my side projects are managed with Github. It has more advantages and flexibility to manage file versions. I am following a different webhook system to automatically deploy my old PHP projects. Not sure about the standards, but the following solution is an alternative approach that may solve your deployment problem for every Github push.


Automated Deployment of PHP Application using Github Push.

Comments