90ed935f by Jeff Balicki

test

1 parent bd6bc27f
......@@ -13,7 +13,7 @@ $BRANCH = "deploy";
// If there is already a repo, just run a git pull to grab the latest changes
shell_exec("cd {$LOCAL_REPO} && git pull");
echo 'done';
echo 'worked';
die("done " . mktime());
} else {
......