deploy: show current commit

This commit is contained in:
Aaron Bieber 2022-08-27 20:05:14 -06:00
parent 34443037fb
commit 0322c77554
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