Drone plugins > Heroku
The heroku plugin can be used to build and publish images to the Heroku container registry.
Example
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
email: foo@bar.com
api_key: foobar
app: foo
process_type: bar
Properties
registry
stringoptionalauthenticates to this registry
Default: registry.heroku.com
process_type
stringrequiredprocess type
Default: none
app
stringrequiredapp name
Default: none
email
stringrequiredauth email
Default: none
api_key
stringrequiredheroku api key
Secret recommendedDefault: none