Add production 4th instance for bisq backend

This commit is contained in:
wiz
2020-07-24 21:26:59 +09:00
parent 067540980e
commit 6ded0f54c4
5 changed files with 25 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ cd "$HOME/mempool"
git pull origin master
cd "$HOME/"
for site in mainnet liquid testnet
for site in mainnet liquid testnet bisq
do
cd "$HOME/${site}"
git pull origin master