{"id":18341028,"url":"https://github.com/shyx0rmz/capistrano-resource","last_synced_at":"2025-08-22T11:10:51.022Z","repository":{"id":150037279,"uuid":"77960345","full_name":"SHyx0rmZ/capistrano-resource","owner":"SHyx0rmZ","description":"Enables you to run Capistrano deployments from your Concourse pipeline.","archived":false,"fork":false,"pushed_at":"2018-05-02T21:12:52.000Z","size":6,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:34:40.947Z","etag":null,"topics":["capistrano","concourse","concourse-ci","concourse-ci-resource","concourse-resource"],"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/SHyx0rmZ.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-03T22:55:45.000Z","updated_at":"2020-10-28T18:58:05.000Z","dependencies_parsed_at":"2023-05-04T08:47:08.293Z","dependency_job_id":null,"html_url":"https://github.com/SHyx0rmZ/capistrano-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SHyx0rmZ/capistrano-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHyx0rmZ%2Fcapistrano-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHyx0rmZ%2Fcapistrano-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHyx0rmZ%2Fcapistrano-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHyx0rmZ%2Fcapistrano-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHyx0rmZ","download_url":"https://codeload.github.com/SHyx0rmZ/capistrano-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHyx0rmZ%2Fcapistrano-resource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271628166,"owners_count":24792821,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["capistrano","concourse","concourse-ci","concourse-ci-resource","concourse-resource"],"created_at":"2024-11-05T20:25:16.279Z","updated_at":"2025-08-22T11:10:51.013Z","avatar_url":"https://github.com/SHyx0rmZ.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano Resource\n\nEnables you to run [Capistrano](http://capistranorb.com/) deployments from your pipeline.\n\n## Source Configuration\n\n* `stage`: *Required.* The name of the stage to execute during deployment.\n\n* `private_key`: *Required.* The private key to use during deployment.\n\n### Example\n\nResource configuration for production environment:\n\n``` yaml\nresource_types:\n- name: capistrano\n  type: docker-image\n  source:\n    repository: shyxormz/capistrano-resource\n    tag: latest\n\nresources:\n- name: production-deployment\n  type: capistrano\n  source:\n    stage: production\n    private_key: |\n      -----BEGIN RSA PRIVATE KEY-----\n      MIISKAIBAAKCBAEAyx0Gxg1Ph2MqLb5ogJHq0jGSDqgGqiLOyK771l5PhbAUYDXc\n      \u003cLots more text\u003e\n      RBBTrpwGkMUvgGExiqEGNPzut9v9vTIczSifCzgD7vLra9NNv67J2Kt7zOM=\n      -----END RSA PRIVATE KEY-----\n```\n\nDeploying to production:\n\n``` yaml\n- get: source-code\n- put: production-deployment\n  params:\n    path: source-code\n```\n\n## Behavior\n\n### `check`: Not supported.\n\n### `in`: Not supported\n\n### `out`: Run deployment.\n\n#### Parameters\n\n* `path`: *Required.* The path to the directory that contains the Capistrano configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyx0rmz%2Fcapistrano-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyx0rmz%2Fcapistrano-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyx0rmz%2Fcapistrano-resource/lists"}