gonuit/Build, Push and Release a Docker container to Heroku.
Build, Push and Release a Docker container to Heroku.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| heroku_app_name | Name of the heroku application to which the build is to be sent. | yes | — |
| The email address associated with your Heroku account. | yes | — | |
| heroku_api_key | Heroku API key associated with provided user's email. | yes | — |
| dockerfile_directory | Dockerfile directory. | yes | ./ |
| dockerfile_name | Dockerfile name. [default=Dockerfile] | no | Dockerfile |
| docker_options | Additional options of docker build command | no | "" |
| process_type | Select process type for wich you want docker container to be uploaded. [default=web] | no | web |
Outputs
no outputs