Drone plugins > Heroku
heroku.svg

Heroku

by drone-plugins


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

    stringoptional

    authenticates to this registry

    Default: registry.heroku.com

  • process_type

    stringrequired

    process type

    Default: none

  • app

    stringrequired

    app name

    Default: none

  • email

    stringrequired

    auth email

    Default: none

  • api_key

    stringrequired

    heroku api key

    Secret recommended

    Default: none