You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/projects/project-triggers/index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,19 @@ Project triggers allow you to automate your deployments by responding to events
12
12
13
13
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.
14
14
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).
-[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.
18
26
-[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.
19
27
-[Scheduled deployment triggers](/docs/projects/project-triggers/scheduled-deployment-trigger): define a recurring time-based schedule to automate deploying releases for your project.
20
28
-[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.
21
29
-[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.
22
30
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).
0 commit comments