Skip to content

Capistrano notifications for all team members via OSX Notification Center

License

Notifications You must be signed in to change notification settings

evtauri/capistrano-team_notifications

 
 

Repository files navigation

Code Climate

Capistrano::TeamNotifications

This gem sends notifications for all team members via Space notifications and OSX Notification Center.

Installation

Add this line to your application's Gemfile:

gem 'capistrano-team_notifications', group: [:development]

or if you use Capistrano v2

gem 'capistrano-team_notifications', '~> 2'

And then execute:

$ bundle

Usage

First go to Space notifications, create project like 'Facebook deploy' and get project token.

Add to Capfile

require 'capistrano/team_notifications'

add to deploy.rb file

set :team_notifications_token, "HERE_YOUR_SPACE_NOTIFICATIONS_TOKEN"

And finally give this link

https://space-notice.com/auth/github?token=TOKEN

to your team members and ask them to open it in Safari 7 or above.

Contributing

  1. Fork it ( https://github.com/evrone/capistrano-team_notifications/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Capistrano notifications for all team members via OSX Notification Center

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%