Skip to content

Instantly share code, notes, and snippets.

@dhiemstra
Last active August 29, 2015 14:18
Show Gist options
  • Save dhiemstra/784519f82b3b7b453c5e to your computer and use it in GitHub Desktop.
Save dhiemstra/784519f82b3b7b453c5e to your computer and use it in GitHub Desktop.
Notify AppSignal of EngineYard deploys
# notify appsignal
args = "--revision=#{config.active_revision} --user=#{config.deployed_by} --environment=#{config.environment_name}"
run "cd #{config.current_path} && bin/bundle exec appsignal notify_of_deploy #{args}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment