Drone plugins > Chef Supermarket
chef_supermarket.svg

Chef Supermarket

by jmccann


The Chef Supermarket plugin can publish cookbooks to Supermarket (internal or public).

Example

kind: pipeline
name: default

steps:
- name: chef_supermarket
  image: jmccann/drone-chef-supermarket:1

Properties

  • user

    stringoptional

    connects as this user

    Default: none

  • private_key

    stringoptional

    private key contents to auth to server with

    Default: none

  • server

    stringoptional

    Supermarket server to connect to

    Default: https://supermarket.chef.io

  • ssl_verify

    booleanoptional

    Enable/Disable SSL verify

    Default: true