Skip to content

Commit 2f7f622

Browse files
committed
Update index.md
1 parent d6acba4 commit 2f7f622

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

  • src/pages/docs/projects/project-triggers

src/pages/docs/projects/project-triggers/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ Project triggers allow you to automate your deployments by responding to events
1212

1313
Choose from a subset of **events** that can occur in Octopus Deploy, apply a **filter** to those events, and decide what **action** you want performed after the trigger fires.
1414

15-
## Types of project triggers
15+
## Example trigger
16+
17+
The example below is an automatic deployment trigger that fires when a [deployment target](/docs/infrastructure/) in the **Production** [environment](/docs/infrastructure/environments) becomes available and is tagged with the **web-server** [target tag](/docs/infrastructure/deployment-targets/target-tags).
18+
19+
:::figure
20+
![](/docs/projects/project-triggers/images/octopus-triggers-diagram.png)
21+
:::
22+
23+
## Types of triggers
1624

1725
- [Git repository triggers](/docs/projects/project-triggers/git-triggers): specify Git repositories to be monitored for new commits that will automatically trigger a release of your project.
1826
- [Deployment target triggers](/docs/projects/project-triggers/deployment-target-triggers): specify which events on your deployment targets will automatically trigger a release of your project.
1927
- [Scheduled deployment triggers](/docs/projects/project-triggers/scheduled-deployment-trigger): define a recurring time-based schedule to automate deploying releases for your project.
2028
- [External feed triggers](/docs/projects/project-triggers/external-feed-triggers): specify container images or Helm charts that will automatically trigger a release of your project.
2129
- [Built-in package repository triggers](/docs/projects/project-triggers/built-in-package-repository-triggers): specify which package updates from the built-in package repository will automatically trigger a release of your project.
2230

23-
## Example
24-
25-
The example below is a [deployment target trigger](/docs/projects/project-triggers/deployment-target-triggers) that fires when a [deployment target](/docs/infrastructure/) in the **Production** [environment](/docs/infrastructure/environments) becomes available and is tagged with the **web-server** [target tag](/docs/infrastructure/deployment-targets/target-tags).
26-
27-
:::figure
28-
![](/docs/projects/project-triggers/images/octopus-triggers-diagram.png)
29-
:::

0 commit comments

Comments
 (0)