Skip to content

habashyjr/capistrano-sensiolabs-insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Capistrano recipe to notify SensioLabs Insight after deploying code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages