README.md in slackistrano-3.1.0 vs README.md in slackistrano-3.1.1
- old
+ new
@@ -99,16 +99,16 @@
else
super
end
end
- # Supress updating message.
+ # Suppress updating message.
def payload_for_updating
nil
end
- # Supress reverting message.
+ # Suppress reverting message.
def payload_for_reverting
nil
end
# Fancy updated message.
@@ -187,9 +187,18 @@
```
4. If you come up with something that you think others would enjoy submit it as
an issue along with a screenshot of the output from `cap production
slack:deploy:test` and I'll add it to the Wiki.
+
+## Disabling posting to Slack
+
+You can disable deployment notifications to a specific stage by setting the `:slackistrano`
+configuration variable to `false` instead of actual settings.
+
+```ruby
+set :slackistrano, false
+```
## TODO
- Notify about incorrect configuration settings.