Update misc files used for mempool.space production website

This commit is contained in:
wiz
2020-05-25 18:42:00 +09:00
parent 2c345426cb
commit 003361befb
10 changed files with 105 additions and 0 deletions

9
production/mempool-start-all Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/local/bin/zsh
for site in mainnet liquid testnet
do
cd "${HOME}/${site}/backend/"
screen -dmS "${site}" npm run production
done
#cd "${HOME}/webhook/"
#screen -dmS webhook ./start