Sha256: 62fbf076577f56b8cf8a279df1fb77e62c9856c9e79e0acba7df39fdca8944cb

Contents?: true

Size: 480 Bytes

Versions: 66

Compression:

Stored size: 480 Bytes

Contents

  ##
  # Flowdock [Notifier]
  #
  notify_by FlowDock do |flowdock|
    flowdock.on_success = true
    flowdock.on_warning = true
    flowdock.on_failure = true

    flowdock.token          = "token"
    flowdock.from_name      = 'my_name'
    flowdock.from_email     = 'email@example.com'
    flowdock.subject        = 'My Daily Backup'
    flowdock.source         = 'Backup'
    flowdock.tags           = ['prod', 'backup']
    flowdock.link           = 'www.example.com'
  end

Version data entries

66 entries across 66 versions & 10 rubygems

Version Path
backup-remote-0.0.16 templates/cli/notifiers/flowdock
backup-remote-0.0.15 templates/cli/notifiers/flowdock
backup-ssh-4.4.2 templates/cli/notifiers/flowdock
backup-ssh-4.4.1 templates/cli/notifiers/flowdock
backup-remote-0.0.14 templates/cli/notifiers/flowdock
backup-remote-0.0.13 templates/cli/notifiers/flowdock
backup-remote-0.0.12 templates/cli/notifiers/flowdock
backup-remote-0.0.11 templates/cli/notifiers/flowdock
backup-bouchard-4.4.4 templates/cli/notifiers/flowdock
backup-bouchard-4.4.2 templates/cli/notifiers/flowdock
backup-bouchard-4.4.1 templates/cli/notifiers/flowdock
backup-ssh-4.4.0 templates/cli/notifiers/flowdock
backup-remote-0.0.10 templates/cli/notifiers/flowdock
backup-remote-0.0.9 templates/cli/notifiers/flowdock
backup-remote-0.0.8 templates/cli/notifiers/flowdock
backup-remote-0.0.7 templates/cli/notifiers/flowdock
backup-remote-0.0.5 templates/cli/notifiers/flowdock
backup-remote-0.0.3 templates/cli/notifiers/flowdock
backup-remote-0.0.2 templates/cli/notifiers/flowdock
backup-4.4.0 templates/cli/notifiers/flowdock