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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
HEROKU_APP_NAMEThe name of your Heroku app to deploy the Docker container.yesmyapp-demo
HEROKU_API_KEYThe API key used to authenticate with Heroku for deployment.yes
DOCKERFILE_NAMEhe path to the Dockerfile used for building the container.no./Dockerfile
namedescription
HEROKU_APP_URLThe URL of the deployed Heroku app.