Skip to content

Instantly share code, notes, and snippets.

View anthx's full-sized avatar

Anthony Carrick anthx

View GitHub Profile
@anthx
anthx / deploy.php
Last active May 26, 2019 08:50 — forked from oxguy3/deploy.php
Script used to automatically deploy from GitHub to a cPanel shared hosting server
<?php
/**
* deploy.php by Hayden Schiff (oxguy3) Forked by Anthony Carrick (anthx)
* Available at https://gist.github.com/oxguy3/70ea582d951d4b0f78edec282a2bebf9
*
* No rights reserved. Dedicated to public domain via CC0 1.0 Universal.
* See https://creativecommons.org/publicdomain/zero/1.0/ for terms.
*/
// random string of characters; must match the "Secret" defined in your GitHub webhook