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
cd "${HOME}/${site}/backend/"
screen -dmS "${site}" sh -c 'while true;do npm run start;sleep 1;done'