Created
March 18, 2019 03:24
-
-
Save sgyyz/735fd7742cf5d7dfd4955b3f1f9f2d46 to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env bash | |
echo "Running database creation" | |
bin/dockerize_elixir command Elixir.Release.Tasks create_db | |
echo "DB created successfully" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment