deploy: show current commit

This commit is contained in:
Aaron Bieber 2022-08-27 20:05:14 -06:00
parent 57c44f2855
commit a6db330eb0
No known key found for this signature in database

1
deploy
View File

@ -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