Last active
March 17, 2023 13:54
-
-
Save carlwolff/f37a633bac49f2b4a845d0e301b9d428 to your computer and use it in GitHub Desktop.
ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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