Skip to content

Instantly share code, notes, and snippets.

@robryk
Forked from dominikkukacka/.drone.yml
Created June 5, 2014 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robryk/775614f79f307064e459 to your computer and use it in GitHub Desktop.
Save robryk/775614f79f307064e459 to your computer and use it in GitHub Desktop.
image: bradrydzewski/php:5.4
services:
- mysql:5.5
# - redis
notify:
email:
recipients:
- dominik@creativebrains.net
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