56e7766a by Jeff Balicki

done

1 parent ba6838d5
...@@ -9,7 +9,7 @@ $BRANCH = "deploy"; ...@@ -9,7 +9,7 @@ $BRANCH = "deploy";
9 9
10 if ( $_POST['payload'] ) { 10 if ( $_POST['payload'] ) {
11 // Only respond to POST requests from Github 11 // Only respond to POST requests from Github
12 12 echo 'paload';
13 if( file_exists($LOCAL_REPO) ) { 13 if( file_exists($LOCAL_REPO) ) {
14 14
15 // If there is already a repo, just run a git pull to grab the latest changes 15 // If there is already a repo, just run a git pull to grab the latest changes
......