Skip to content

Commit

Permalink
only need to specify pipeline on unpause up (Qarik-Group#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandastron1 authored and drnic committed May 21, 2019
1 parent bf9c8e7 commit 0214f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now upgrade the `hello-world` pipeline with the `time` trigger and unpause it.
```
cd ../triggers
fly sp -t tutorial -c pipeline.yml -p hello-world
fly up -t tutorial -c pipeline.yml -p hello-world
fly up -t tutorial -p hello-world
```
This adds a new resource named `my-timer` which triggers `job-hello-world` approximately every 2 minutes.
Expand Down

0 comments on commit 0214f62

Please sign in to comment.