https://github.com/circleci-public/heroku-orb
Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.
https://github.com/circleci-public/heroku-orb
circleci circleci-orbs orb
Last synced: 6 months ago
JSON representation
Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.
- Host: GitHub
- URL: https://github.com/circleci-public/heroku-orb
- Owner: CircleCI-Public
- License: mit
- Created: 2020-01-14T15:05:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T16:37:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T07:35:47.571Z (6 months ago)
- Topics: circleci, circleci-orbs, orb
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/circleci/heroku
- Size: 73.2 KB
- Stars: 6
- Watchers: 11
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Heroku Orb
[](https://circleci.com/gh/CircleCI-Public/heroku-orb) [](https://circleci.com/orbs/registry/orb/circleci/heroku) [](https://raw.githubusercontent.com/CircleCI-Public/heroku-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
Effortlessly deploy your application to Heroku from CircleCI. Installs the Heroku CLI and provides commands to login, create an app, deploy, and more.
---
## Resources
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/circleci/heroku) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using, creating, and publishing CircleCI Orbs.
### How to Contribute
We welcome [issues](https://github.com/CircleCI-Public/heroku-orb/issues) to and [pull requests](https://github.com/CircleCI-Public/heroku-orb/pulls) against this repository!
### How to Publish An Update
1. Merge pull requests with desired changes to the main branch.
- For the best experience, squash-and-merge and use [Conventional Commit Messages](https://conventionalcommits.org/).
2. Find the current version of the orb.
- You can run `circleci orb info circleci/heroku | grep "Latest"` to see the current version.
3. Create a [new Release](https://github.com/CircleCI-Public/heroku-orb/releases/new) on GitHub.
- Click "Choose a tag" and _create_ a new [semantically versioned](http://semver.org/) tag. (ex: v1.0.0)
- We will have an opportunity to change this before we publish if needed after the next step.
4. Click _"+ Auto-generate release notes"_.
- This will create a summary of all of the merged pull requests since the previous release.
- If you have used _[Conventional Commit Messages](https://conventionalcommits.org/)_ it will be easy to determine what types of changes were made, allowing you to ensure the correct version tag is being published.
5. Now ensure the version tag selected is semantically accurate based on the changes included.
6. Click _"Publish Release"_.
- This will push a new tag and trigger your publishing pipeline on CircleCI.