Skip to content

Instantly share code, notes, and snippets.

@Sanaebadi97
Created February 28, 2021 12:37
Show Gist options
  • Save Sanaebadi97/4968be56c72d61fc5cdc8d4332d0fd25 to your computer and use it in GitHub Desktop.
Save Sanaebadi97/4968be56c72d61fc5cdc8d4332d0fd25 to your computer and use it in GitHub Desktop.
after_all do |lane|
slack(
message: "successful deploy :rocket:"
)
end
error do |lane, exception|
slack(
message: exception.message,
success:false
)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment