Update misc files used for mempool.space production website
This commit is contained in:
9
production/mempool-start-all
Executable file
9
production/mempool-start-all
Executable 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
|
||||
Reference in New Issue
Block a user