Drone plugins > Chef Supermarket
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
stringoptionalconnects as this user
Default: none
private_key
stringoptionalprivate key contents to auth to server with
Default: none
server
stringoptionalSupermarket server to connect to
Default: https://supermarket.chef.io
ssl_verify
booleanoptionalEnable/Disable SSL verify
Default: true