Skip to content

Instantly share code, notes, and snippets.

@carlwolff
Last active March 17, 2023 13:54
Show Gist options
  • Save carlwolff/f37a633bac49f2b4a845d0e301b9d428 to your computer and use it in GitHub Desktop.
Save carlwolff/f37a633bac49f2b4a845d0e301b9d428 to your computer and use it in GitHub Desktop.
ci
echo "waiting for rabbitmq"
until nc -w 10 rabbitmq 5672; do sleep 1; done
echo "starting service"
/bin/herokuish procfile start web
echo "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment