onekiloparsec/Git deploy to Heroku

Deploy through git a Node.js project built into a subfolder to Heroku

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit May 30, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: onekiloparsec/heroku-node-deploy-subfolder@85d5701f800be8126e12b7f6f47e965c71f67b56 # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyYour Heroku API key. This will be used for authentication. You can find it in your Heroku account settingsyes
emailThe email of your Heroku account (needed for auth).yes
app_nameThe app name to use for deploying/updatingyes
heroku_branchThe Heroku branch name that you would like to deploy to (`master` or `main`).yes
subfolderThe subfolder where your built code is sitted, e.g. `dist`.yes
namedescription
statusThe Success/Failure of the action