onekiloparsec/Git deploy to Heroku
Deploy through git a Node.js project built into a subfolder to Heroku
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit May 30, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: onekiloparsec/heroku-node-deploy-subfolder@85d5701f800be8126e12b7f6f47e965c71f67b56 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Your Heroku API key. This will be used for authentication. You can find it in your Heroku account settings | yes | — |
| The email of your Heroku account (needed for auth). | yes | — | |
| app_name | The app name to use for deploying/updating | yes | — |
| heroku_branch | The Heroku branch name that you would like to deploy to (`master` or `main`). | yes | — |
| subfolder | The subfolder where your built code is sitted, e.g. `dist`. | yes | — |
Outputs
| name | description |
|---|---|
| status | The Success/Failure of the action |