Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created September 17, 2013 08:32
Show Gist options
  • Save pjvds/6591616 to your computer and use it in GitHub Desktop.
Save pjvds/6591616 to your computer and use it in GitHub Desktop.
Demonstration of the usage of the email-notify step.
box: wercker/ruby
build:
steps:
# Execute the bundle install step, a step provided by wercker
- bundle-install
# Execute a custom script step.
- script:
name: middleman build
code: bundle exec middleman build --verbose
after-steps:
- mies/email-notify:
from: alerts@wercker.com
to: example@example.com
username: $USER
password: $PASS
host: YOURSMTPSERVER
passed-body: Beer
failed-body: No beer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment