{"id":22435053,"url":"https://github.com/leejones/capistrano-notify","last_synced_at":"2025-08-01T14:31:24.776Z","repository":{"id":56843240,"uuid":"1148519","full_name":"leejones/capistrano-notify","owner":"leejones","description":"System notifications from Capistrano","archived":false,"fork":false,"pushed_at":"2023-06-08T11:05:25.000Z","size":24,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-16T15:04:09.215Z","etag":null,"topics":["deployment"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leejones.png","metadata":{"files":{"readme":"README.mdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-08T02:11:14.000Z","updated_at":"2023-06-08T10:48:09.000Z","dependencies_parsed_at":"2022-08-29T12:51:28.135Z","dependency_job_id":null,"html_url":"https://github.com/leejones/capistrano-notify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejones%2Fcapistrano-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejones%2Fcapistrano-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejones%2Fcapistrano-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leejones%2Fcapistrano-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leejones","download_url":"https://codeload.github.com/leejones/capistrano-notify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228383640,"owners_count":17911330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployment"],"created_at":"2024-12-05T23:12:20.811Z","updated_at":"2024-12-05T23:12:21.324Z","avatar_url":"https://github.com/leejones.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CapistranoNotify #\n\nCapistranoNotify notifies you via system notifications when your deployment is finished.  But wait, there's more!\n\n![Your deploy is now diamonds](https://github.com/leejones/capistrano-notify/raw/main/screenshot.jpg)\n\n## Usage ##\n\nInstall [growl](http://growl.info/) and [growlnotify](http://growl.info/extras.php).\n\nInstall capistrano-notify:\n\n    gem install capistrano-notify\n\nRequire capitrano-notify in your deploy.rb:\n\n    require 'capistrano/notify'\n    \n## Default notifications ##\n\n    after :deploy - \"#{application} was successfully deployed to #{deploy_stage}\"\n    after \"deploy:setup\" - \"#{application} was successfully prepared for deployment on #{deploy_stage}\"\n    on :rollback - \"There was a problem with your deploy to #{application} #{deploy_stage}\"\n    # you are using moonshine aren't you? :)\n    before \"moonshine:apply\" - \"Moonshine is applying the #{fetch(:moonshine_manifest)} for #{fetch(:application)}.\"\n\n## Options ##\n\n:notify_deploy_message - sets the message for when a deployment is complete.\n\n    set :notify_deploy_message, \"Your deploy is now diamonds.\"\n\n:notify_rollback_message - sets the message for when a deploy fails and roll back (default: app name deploy failed1111)\n\n    set :notify_rollback_message, \"Doh, you just drove a golf cart into the lake.\"\n    \n:notify_stickiness - sets wether the system notification should be sticky (default false)\n\n    set :notify_stickiness, true\n\n:notify_enabled - sets wether capistrano-notify is enabled/disable for a project (default: true)\n    \n    set :notify_enabled, false\n    \nExample of overriding a default message:\n\n    namespace :notify\n      namespace :deploy\n        task :success\n          set :notify_stickyness, true\n          set :notify_message, \"Your deploy is now diamonds.\"\n          notifynotify      \n        end\n      end\n    end\n      \n## Can't get enough? Easily add capistrano-notify to all projects ##\n\nYou can add capistrano-notify to all your projects by adding the following to you ~/.caprc\n\n    on :load do\n      require 'capistrano-notify'\n    end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleejones%2Fcapistrano-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleejones%2Fcapistrano-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleejones%2Fcapistrano-notify/lists"}