mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-14 08:37:19 +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
|