90ed935f by Jeff Balicki

test

1 parent bd6bc27f
...@@ -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} && git pull"); 15 shell_exec("cd {$LOCAL_REPO} && git pull");
16 echo 'done'; 16 echo 'worked';
17 die("done " . mktime()); 17 die("done " . mktime());
18 } else { 18 } else {
19 19
......