done
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment