Modify upgrade script for PR branch deployment, tweak logging

This commit is contained in:
wiz
2021-08-21 14:49:15 +09:00
parent 4376de85ff
commit 815c2c5ad5
2 changed files with 16 additions and 15 deletions

View File

@@ -2,6 +2,6 @@
trap "" PIPE
while read input;do
if [ ! -z "${input}" ];then
echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel $1 mempool.space
echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$1" mempool.devops
fi
done