From 7e89de46124af4dc1f92b4e6f6e9feb0072c86b7 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 20 Aug 2021 21:46:42 +0900 Subject: [PATCH] Send deployment notifications to mempool.dev keybase group --- production/mempool-upgrade-all | 1 + 1 file changed, 1 insertion(+) diff --git a/production/mempool-upgrade-all b/production/mempool-upgrade-all index bf36c6e08..4e8506a6b 100755 --- a/production/mempool-upgrade-all +++ b/production/mempool-upgrade-all @@ -68,5 +68,6 @@ for target in mainnet liquid bisq;do build_frontend "${target}";done for target in mainnet liquid bisq;do ship_frontend "${target}";done echo "${HOSTNAME} updated to \`${TAG}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel ops mempool.space +echo "${HOSTNAME} updated to \`${TAG}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.dev exit 0