933476eb by Jeff Balicki

test

1 parent ecb9f960
...@@ -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
......