Skip to content

Using webhook for deploy image

Nikolai edited this page Jul 7, 2016 · 2 revisions

Yml format

step-name:
  image: # any curl image
  commands:
    - # bash command using curl
  description: # description

Example codefresh.yml

Clone this wiki locally