Skip to content

Commit a73e7f6

Browse files
committed
add ci note to github actions
1 parent fb8b198 commit a73e7f6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/github-actions.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
2-
title: "GitHub Actions"
3-
description: "You can easily deploy your tasks with GitHub actions."
2+
title: "CI / GitHub Actions"
3+
description: "You can easily deploy your tasks with GitHub actions and other CI environments."
44
---
55

6-
This simple GitHub action file will deploy your Trigger.dev tasks when new code is pushed to the `main` branch and the `trigger` directory has changes in it.
6+
The instructions below are specific to GitHub Actions, but the same concepts can be used with other CI systems.
7+
8+
## GitHub Actions example
9+
10+
This simple GitHub action workflow will deploy your Trigger.dev tasks when new code is pushed to the `main` branch and the `trigger` directory has changes in it.
711

812
<Warning>
913
The deploy step will fail if any version mismatches are detected. Please see the [version

0 commit comments

Comments
 (0)