Skip to content

Instantly share code, notes, and snippets.

View jcleary's full-sized avatar

John Cleary jcleary

View GitHub Profile
@jcleary
jcleary / jekyll.md
Last active December 10, 2021 14:48
# ---------------------------------------------------------------------------
# Pushover for Capistrano 3.1
# Sends a pushover notification after deployment or rollback
#
# Instructions:
# - Save this file into lib/capistrano/tasks/notify.rb
# - Add this to your Gemfile
# gem 'rushover'
# - in this file or deploy.rb add these two lines (get this info from pushover.net)
# set :pushover_app_token, 'xxx'