-
-
Save robryk/775614f79f307064e459 to your computer and use it in GitHub Desktop.
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
image: bradrydzewski/php:5.4 | |
services: | |
- mysql:5.5 | |
# - redis | |
notify: | |
email: | |
recipients: | |
- [email protected] | |
script: | |
- mysql -h 127.0.0.1 -u root -e 'CREATE DATABASE test;' | |
- mysql -h 127.0.0.1 -u root -e 'USE test; SELECT 1;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment