tarunkashyap6665/Heroku Docker Deploy
Heroku Docker Deploy enables you to deploy containerized apps on Heroku by packaging your app in a Docker image and pushing it to the platform for seamless deployment and scaling.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| HEROKU_APP_NAME | The name of your Heroku app to deploy the Docker container. | yes | myapp-demo |
| HEROKU_API_KEY | The API key used to authenticate with Heroku for deployment. | yes | — |
| DOCKERFILE_NAME | he path to the Dockerfile used for building the container. | no | ./Dockerfile |
Outputs
| name | description |
|---|---|
| HEROKU_APP_URL | The URL of the deployed Heroku app. |