All Projects → capistrano → notification-center

capistrano / notification-center

Licence: MIT license
Capistrano integration with macOS Notification Center

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to notification-center

Slackistrano
Slack integration for Capistrano deployments.
Stars: ✭ 370 (+311.11%)
Mutual labels:  capistrano
Pulsar
Manage your Capistrano deployments with ease
Stars: ✭ 129 (+43.33%)
Mutual labels:  capistrano
Rbenv
Idiomatic rbenv support for Capistrano 3.x
Stars: ✭ 194 (+115.56%)
Mutual labels:  capistrano
Shipit
Universal automation and deployment tool ⛵️
Stars: ✭ 5,249 (+5732.22%)
Mutual labels:  capistrano
Hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails
Stars: ✭ 91 (+1.11%)
Mutual labels:  capistrano
Capistrano Rails Console
Capistrano plugin which adds a remote rails console and dbconsole
Stars: ✭ 166 (+84.44%)
Mutual labels:  capistrano
puma-deploy
capistrano deploy script for puma with nginx
Stars: ✭ 14 (-84.44%)
Mutual labels:  capistrano
dkdeploy-typo3-cms
dkdeploy-typo3-cms provides functionality for fully automated deployments targeting TYPO3 CMS applications
Stars: ✭ 16 (-82.22%)
Mutual labels:  capistrano
Capistrano Mb
[unmaintained] Capistrano tasks for deploying Rails from scratch to Ubuntu 16.04 and 18.04
Stars: ✭ 117 (+30%)
Mutual labels:  capistrano
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (+101.11%)
Mutual labels:  capistrano
Rails Template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Stars: ✭ 763 (+747.78%)
Mutual labels:  capistrano
Tj
Create local WordPress dev sites, manage existing sites, and deploy them, all from the command line.
Stars: ✭ 88 (-2.22%)
Mutual labels:  capistrano
Deploy
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 2,141 (+2278.89%)
Mutual labels:  capistrano
Airbrussh
Airbrussh pretties up your SSHKit and Capistrano output
Stars: ✭ 509 (+465.56%)
Mutual labels:  capistrano
Roundsman
Combines Capistrano with Chef Solo
Stars: ✭ 208 (+131.11%)
Mutual labels:  capistrano
appside
Multitenant environment automation.
Stars: ✭ 36 (-60%)
Mutual labels:  capistrano
Capistrano
Remote multi-server automation tool
Stars: ✭ 12,035 (+13272.22%)
Mutual labels:  capistrano
capistrano-chewy
Chewy tasks and Elasticsearch indexes management with Capistrano
Stars: ✭ 14 (-84.44%)
Mutual labels:  capistrano
Bundler
Bundler support for Capistrano 3.x
Stars: ✭ 216 (+140%)
Mutual labels:  capistrano
Cape
Dynamically generates Capistrano recipes for Rake tasks
Stars: ✭ 178 (+97.78%)
Mutual labels:  capistrano

Capistrano + Notification Center

capistrano-nc integrates Capistrano and OS X Notification Center.

Screenshot

Installation

for Capistrano 3.x

# Gemfile
gem 'capistrano-nc', '~> 0.2'
# Capfile
require 'capistrano-nc/nc'

for Capistrano 2.x

# Gemfile
gem "capistrano-nc", "0.0.2"
# config/deploy.rb
require "capistrano-nc"

By default it will run the nc:finished task after your deploy or deploy:migrations. If this behavior doesn't suit you, you can hook nc:finished to any custom task by editing deploy.rb:

after `your:task`, `nc:finished`

Terminal.app is opened when the notification is clicked. To use an alternative terminal set :nc_terminal to the bundle identifier e.g. set :nc_terminal, 'com.googlecode.iterm2' for iTerm2.

Contributors

Feel free to pull request!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].