Update production upgrade script notification command

This commit is contained in:
wiz 2021-01-30 20:31:11 +09:00
parent ad52e7fe7e
commit edf8f1fc8a
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -45,6 +45,6 @@ do
done done
hostname=$(hostname) hostname=$(hostname)
keybase chat send mempool.space "${hostname} updated to ${TAG} @ ${hash}" echo "${hostname} updated to \`${TAG}\` @ \`${hash}\`" | /usr/local/bin/keybase chat send --nonblock --channel alerts mempool.space
rm "$HOME/lock" rm "$HOME/lock"