From 724a8a48a3135136fe0c69fc09581872ca3c7736 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 20 Nov 2016 12:30:50 -0500 Subject: [PATCH] Redirect stdout and stderr to /dev/null --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c46d881..ced9462 100644 --- a/deploy.sh +++ b/deploy.sh @@ -18,4 +18,4 @@ touch . git add -A . git commit -m "rebuild pages at ${rev}" -git push -q upstream HEAD:gh-pages +git push -q upstream HEAD:gh-pages > /dev/null 2>&1