{"id":19319785,"url":"https://github.com/hyperoslo/heroku-deploy","last_synced_at":"2025-09-02T03:37:42.007Z","repository":{"id":15060286,"uuid":"17786483","full_name":"hyperoslo/heroku-deploy","owner":"hyperoslo","description":"Deploying your applications to Heroku should never involve manually chaining shell commands together","archived":false,"fork":false,"pushed_at":"2017-06-18T19:47:16.000Z","size":26,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-03T03:11:35.625Z","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":"DanielMichalski/spring-web-rss-channels","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-15T22:00:22.000Z","updated_at":"2017-06-18T19:47:18.000Z","dependencies_parsed_at":"2022-07-16T03:16:17.882Z","dependency_job_id":null,"html_url":"https://github.com/hyperoslo/heroku-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperoslo/heroku-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fheroku-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fheroku-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fheroku-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fheroku-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/heroku-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fheroku-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273226124,"owners_count":25067472,"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-09-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2024-11-10T01:25:15.972Z","updated_at":"2025-09-02T03:37:41.968Z","avatar_url":"https://github.com/hyperoslo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroku Deploy\n\n[![Code Climate](https://img.shields.io/codeclimate/github/hyperoslo/heroku-deploy.svg?style=flat)](https://codeclimate.com/github/hyperoslo/heroku-deploy)\n\nDeploying your applications to Heroku should never involve manually chaining shell commands together.\n\n**Supported Ruby versions: 1.9.3 or higher**\n\nLicensed under the **MIT** license, see LICENSE for more information.\n\n![Heroku Deploy](https://user-images.githubusercontent.com/378235/27263687-f9a27d08-546e-11e7-892a-20d9cb76335f.png)\n\n\n## Installation\n\nThis is a Heroku client plugin and as such requires the [Heroku Toolbelt](https://toolbelt.heroku.com/) to be installed.\n\n```shell\nheroku plugins:install https://github.com/hyperoslo/heroku-deploy.git\n```\n\n\n## Usage\n\nBy default, the `master` branch will be deployed to your Heroku app:\n\n```shell\nheroku deploy\n```\n\nA different branch may be provided:\n\n```shell\nheroku deploy feature/plus-ux\n```\n\nIf you have multiple apps, you may specify either app or remote:\n\n```shell\nheroku deploy -a hyper-rocks-staging\nheroku deploy -r staging\n```\n\n\n## Features\n\n* Supports multiple languages and frameworks using deploy packs (see below)\n* Streams output from subcommands\n* Relies on UNIX exit statuses to abort deployment early in case of failure\n\n\n## Deploy Packs\n\nA deploy pack represents a set of deployment instructions for a given language or framework. These instructions could range from turning on maintenance mode, scaling processes to scheduling backups.\n\nAt present, Ruby on Rails, Django and Symfony are supported. Deploying any other applications? Please open a pull request!\n\n### [Ruby on Rails](https://github.com/hyperoslo/heroku-deploy/blob/master/lib/heroku/command/deploy/pack/rails.rb)\n\n\n* Code deployment\n* Maintenance mode on\n* Database migrations\n* Restart dynos\n  * Ensures all processes are in sync after potential database migrations\n* Maintenance mode off\n\n### [Django](https://github.com/hyperoslo/heroku-deploy/blob/master/lib/heroku/command/deploy/pack/django.rb)\n\n* Code deployment\n* Maintenance mode on\n* Database migrations\n* Restart dynos\n  * Ensures all processes are in sync after potential database migrations\n* Maintenance mode off\n\n### [Symfony](https://github.com/hyperoslo/heroku-deploy/blob/master/lib/heroku/command/deploy/pack/symfony.rb)\n\n* Code deployment\n* Maintenance mode on\n* Database migrations\n* Restart dynos\n  * Ensures all processes are in sync after potential database migrations\n* Maintenance mode off\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 pull request\n\n\n## Credits\n\nHyper made this. We're a digital communications agency with a passion for good code,\nand if you're using this plugin we probably want to hire you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fheroku-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fheroku-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fheroku-deploy/lists"}