We have a custom PHP/MySQL web application that gets updated and copied (using SFTP) to multiple servers regularly.
For some of those updates, database or filesystem changes are needed. Typically this requires manually running an update.php script that checks and updates everything.
I'd like to be able to have the application check whether there are new updates to decrease manual activity.
What would be the best way to do this?