{"id":19010312,"url":"https://github.com/railsware/capistrano-ci","last_synced_at":"2025-04-22T23:13:00.891Z","repository":{"id":11017279,"uuid":"13345426","full_name":"railsware/capistrano-ci","owner":"railsware","description":null,"archived":false,"fork":false,"pushed_at":"2014-07-31T07:11:46.000Z","size":330,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-22T23:12:55.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/railsware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-05T13:20:21.000Z","updated_at":"2023-07-25T13:49:34.000Z","dependencies_parsed_at":"2022-09-02T01:40:51.518Z","dependency_job_id":null,"html_url":"https://github.com/railsware/capistrano-ci","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fcapistrano-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fcapistrano-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fcapistrano-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fcapistrano-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/railsware","download_url":"https://codeload.github.com/railsware/capistrano-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337946,"owners_count":21414104,"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":[],"created_at":"2024-11-08T19:10:50.614Z","updated_at":"2025-04-22T23:13:00.865Z","avatar_url":"https://github.com/railsware.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Ci\n[![Build Status](https://travis-ci.org/railsware/capistrano-ci.svg?branch=master)](https://travis-ci.org/railsware/capistrano-ci)\n\n\n## Introduction\n\ncapistrano-ci is extension for capistrano that allows you to check status of your repository before deployment. Currently it supports:\n\n  * Travis CI: Open Source and Pro versions ([https://travis-ci.org](https://travis-ci.org) or [https://travis-ci.com](https://travis-ci.com))\n  * CircleCi: [https://circleci.com](https://circleci.com)\n  * Semaphore: [https://semaphoreapp.com](https://semaphoreapp.com)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'capistrano-ci'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano-ci\n\nAdd to your Capfile:\n\n    require 'capistrano/ci/recipes'\n\n## Configuration\n\nVariables list:\n\n  * :ci_client (required) - supports `travis`, `travis_pro`, `circle`, or `semaphore`\n  * :ci_repository (required) - organization or user name and repository name on github\n  * :ci_access_token(required for `travis_pro`, `circle`, or `semaphore`) - access token specific to the service\n\n### Open Source Projects\n\nSetup ci_client and ci_repository variables in your deployment script:\n\n     set :ci_client, \"travis\"\n     set :ci_repository, \"organisation-or-user/repository-name\"\n\n### Pro Account of Travis-CI:\n\nAdditional to ci_client and ci_repository setup ci_access_token:\n\n     set :ci_client, \"travis_pro\"\n     set :ci_repository, \"organisation-or-user/repository-name\"\n     set :ci_access_token, \"your-pro-access-token\"\n\nRead explaination [how to obtain Travis-CI access token](http://railsware.com/blog/2013/09/10/capistrano-recipe-for-checking-travis-ci-build-status/). To have more information about Travis-CI access token follow [this blog post](http://about.travis-ci.org/blog/2013-01-28-token-token-token).\n\n### CircleCi:\n\nSetup ci_client, ci_repository and ci_access_token in your deployment script:\n\n     set :ci_client, \"circle\"\n     set :ci_repository, \"organisation-or-user/repository-name\"\n     set :ci_access_token, \"your-circle-access-token\"\n\n### Semaphore:\n\nSetup ci_client, ci_repository and ci_access_token in your deployment script:\n\n    set :ci_client, \"semaphore\"\n    set :ci_repository, \"organisation-or-user/repository-name\"\n    set :ci_access_token, \"your-semaphore-access-token\"\n\n### Enable ci:verify task:\n\n     before 'deploy', 'ci:verify'\n\n     # or in case of using capistrano-patch:\n     before 'patch:create', 'ci:verify'\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Copyright\n\nCopyright (c) 2013 Railsware LLC. See LICENSE.txt for\nfurther details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fcapistrano-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailsware%2Fcapistrano-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fcapistrano-ci/lists"}