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: docs/github-actions.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
---
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."
4
4
---
5
5
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.
7
11
8
12
<Warning>
9
13
The deploy step will fail if any version mismatches are detected. Please see the [version
0 commit comments