mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Rename deploy to orchestration
Also updates README to note prior unnoted folders.
This commit is contained in:
7
orchestration/serai/scripts/entry-dev.sh
Executable file
7
orchestration/serai/scripts/entry-dev.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -z $VALIDATOR ]]; then
|
||||
serai-node --tmp --chain $CHAIN --name $NAME
|
||||
else
|
||||
serai-node --tmp --chain $CHAIN --$NAME
|
||||
fi
|
||||
Reference in New Issue
Block a user