deploy: show current commit
This commit is contained in:
parent
34443037fb
commit
0322c77554
1
deploy
1
deploy
@ -31,6 +31,7 @@ rebuild() {
|
|||||||
|
|
||||||
if [ "$1" = "status" ]; then
|
if [ "$1" = "status" ]; then
|
||||||
start
|
start
|
||||||
|
msg "Currently at: $(git rev-parse HEAD)"
|
||||||
for h in $(ls hosts); do
|
for h in $(ls hosts); do
|
||||||
host="$(resolveAlias $h)"
|
host="$(resolveAlias $h)"
|
||||||
if ! tsAlive $host; then
|
if ! tsAlive $host; then
|
||||||
|
Loading…
Reference in New Issue
Block a user