Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo committed Apr 27, 2022
1 parent 326575e commit 09ed8ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

This GitHub action manages Heroku review apps for your software delivery pipeline. This was born out of the frustration of not being able to use review apps for a long time and there's no timeline when Heroku will have this sorted. See [status.heroku.com/incidents/2413](https://status.heroku.com/incidents/2413) for more info.

This mimics 💯 how review apps work with the native Heroku integration. Compared to other exisitng solutions created by the community in the last few days, this action is:
This mimics 💯 how review apps work with the native Heroku integration.

### Features

- ⚙️ Focuses on automated preview deploy. You get the same automated preview deploy experience for your PRs.
- 🏎 Fast . No need to upload all your git info/metadata or history to Heroku.(coming soon - configure which files to omit from source code upload).
- 🧘🏽‍♀️ No fear of 3rd party having access to all your private GitHub data/repository.

## How To Use

Here's an example workflow that uses this action:
Here's an example workflow that uses this action. This example workflow runs when you open (reopen), close, or push a new commit to your PR branch.

This action delete review apps when the associating PR is closed.

```yaml
on:
Expand Down

0 comments on commit 09ed8ee

Please sign in to comment.