From a6db330eb04be71a692178c5192cc5e71069a0f2 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 27 Aug 2022 20:05:14 -0600 Subject: [PATCH] deploy: show current commit --- deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy b/deploy index 60ee1c6..911ce1c 100755 --- a/deploy +++ b/deploy @@ -31,6 +31,7 @@ rebuild() { if [ "$1" = "status" ]; then start + msg "Currently at: $(git rev-parse HEAD)" for h in $(ls hosts); do host="$(resolveAlias $h)" if ! tsAlive $host; then