Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh authored Aug 6, 2019
1 parent bc8365b commit 4253f2c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ Now next time you commit anything in your Github repository the Codefresh pipeli
## Usage
An example to run codefresh pipeline that can compile, test , docker build and deploy to kubernetes
```
action "run pipeline" {
uses = "./"
secrets = ["CF_API_KEY"]
env = {
TRIGGER_NAME = "codefresh-trigger"
PIPELINE_NAME = "codefresh-pipeline"
}
}
name: 'Codefresh pipeline runner'
description: 'Github action that run codefresh pipeline'
author: 'codefresh'
branding:
icon: 'arrow-right-circle'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'
```

0 comments on commit 4253f2c

Please sign in to comment.