No commit activity in last 3 years
No release in over 3 years
Capistrano recipe to notify SensioLabs Insight after deploying code
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Capistrano-SensioLabs-Insight Gem Version

=============================

Capistrano recipe to notify SensioLabs Insight after deploying code

Installation

gem install capistrano-sensiolabs-insight

Usage

Include the recipe

require 'capistrano-sensiolabs-insight'

Set required parameters

set :sensio_labs_insight_user_uuid, "<your SensioLabs Insight account UUID>"
set :sensio_labs_insight_api_token, "<your SensioLabs API Key>"
set :sensio_labs_insight_project_uuid, "<your SensioLabs Insight project UUID>"
set :sensio_labs_insight_project_branch, "e.g. origin/\master"

Add the task, typically after deploy

after "deploy:update_code", "sensio_labs_insight:notify"