by _gd3l on 2/7/12, 9:26 PM with 1 comments
I'm using a PHP auto-updater for a WordPress plugin, and what I can do is simply update a JSON file remotely and everyone with the plugin will get an update to install the new upgrade. Pretty sweet.
To streamline things, though, I'd like to be able to simply have the JSON file be update automatically; this means that every time there's a new push to master on GitHub, that code will be zipped and uploaded to S3; then that S3 link will be updated in the JSON file.
by kragniz on 2/7/12, 10:19 PM