Send deployment notifications to mempool.dev keybase group

This commit is contained in:
wiz 2021-08-20 21:46:42 +09:00
parent 4b72a14706
commit 7e89de4612
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

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