test
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -13,7 +13,7 @@ $BRANCH = "deploy"; | ... | @@ -13,7 +13,7 @@ $BRANCH = "deploy"; |
| 13 | 13 | ||
| 14 | // If there is already a repo, just run a git pull to grab the latest changes | 14 | // If there is already a repo, just run a git pull to grab the latest changes |
| 15 | shell_exec("cd {$LOCAL_REPO} && sudo git pull"); | 15 | shell_exec("cd {$LOCAL_REPO} && sudo git pull"); |
| 16 | echo 'worked'; | 16 | echo 'done'; |
| 17 | die("done " . mktime()); | 17 | die("done " . mktime()); |
| 18 | } else { | 18 | } else { |
| 19 | 19 | ... | ... |
-
Please register or sign in to post a comment