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

@@ -1,5 +1,5 @@
#!/usr/local/bin/zsh
for site in mainnet liquid testnet
for site in mainnet liquid testnet bisq
do
git clone https://github.com/mempool/mempool "${HOME}/${site}"
mkdir -p "${HOME}/public_html/${site}/"