{"id":17051830,"url":"https://github.com/ziguzagu/capistrano-scm-tar","last_synced_at":"2025-04-12T16:25:30.538Z","repository":{"id":19188906,"uuid":"22421884","full_name":"ziguzagu/capistrano-scm-tar","owner":"ziguzagu","description":"A strategy for Capistrano 3 to deploy prebuilt tarball.","archived":false,"fork":false,"pushed_at":"2020-02-29T06:56:39.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T12:14:54.008Z","etag":null,"topics":["capistrano","ruby","rubygem"],"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/ziguzagu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-07-30T10:12:11.000Z","updated_at":"2022-11-24T17:17:13.000Z","dependencies_parsed_at":"2022-09-03T06:24:41.753Z","dependency_job_id":null,"html_url":"https://github.com/ziguzagu/capistrano-scm-tar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fcapistrano-scm-tar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fcapistrano-scm-tar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fcapistrano-scm-tar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Fcapistrano-scm-tar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziguzagu","download_url":"https://codeload.github.com/ziguzagu/capistrano-scm-tar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248595290,"owners_count":21130499,"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":["capistrano","ruby","rubygem"],"created_at":"2024-10-14T10:07:37.459Z","updated_at":"2025-04-12T16:25:30.501Z","avatar_url":"https://github.com/ziguzagu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# capistrano-scm-tar\n\n[![Gem Version](https://badge.fury.io/rb/capistrano-scm-tar.svg)](https://badge.fury.io/rb/capistrano-scm-tar)\n[![Maintainability](https://api.codeclimate.com/v1/badges/0c077beb6ef93cd84d3e/maintainability)](https://codeclimate.com/github/ziguzagu/capistrano-scm-tar/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/0c077beb6ef93cd84d3e/test_coverage)](https://codeclimate.com/github/ziguzagu/capistrano-scm-tar/test_coverage)\n\nA tar strategy for Capistrano 3 to deploy tarball.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-scm-tar'\n```\n\n## Usage\n\nSet `tar` as `scm` option in your `config/deploy.rb`:\n\n```ruby\nset :scm, :tar\n```\n\nBuild a release package of your project and upload it to the server you run capistrano:\n\n```shell\ntar czf /tmp/v1.0.0.tar.gz *\nscp /tmp/v1.0.0.tar.gz example.com:/tmp/v1.0.0.tar.gz\n```\n\nAnd then, deploy it:\n\n```shell\ncap deploy package=/tmp/v1.0.0.tar.gz\n```\n\nThe basename of tarball is used for the revision number of capistrano setting by `set_current_revision`.\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/toreta/time_second](https://github.com/toreta/time_second).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Fcapistrano-scm-tar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziguzagu%2Fcapistrano-scm-tar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Fcapistrano-scm-tar/lists"}