933476eb by Jeff Balicki

test

1 parent ecb9f960
......@@ -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} && sudo git pull");
echo 'worked';
echo 'done';
die("done " . mktime());
} else {
......