mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-10 03:45:41 +00:00
9 lines
133 B
Bash
9 lines
133 B
Bash
set -e
|
|
|
|
npm run deploy
|
|
|
|
if [ -n "$KEEP_ALIVE" ]; then
|
|
echo "Done! Sleeping indefinitely..."
|
|
while true; do sleep 1d; done
|
|
fi
|