docs: deploying using the github integration (#2598)

* docs: deploying using the github integration

* Add hint in the gh actions docs page

* Remove extra space

* Add a couple of hints to the build config fields
This commit is contained in:
Saadi Myftija
2025-10-13 14:15:48 +02:00
committed by GitHub
parent f8977a7b70
commit 0cabbdd31f
6 changed files with 142 additions and 6 deletions
+4
View File
@@ -5,6 +5,10 @@ description: "You can easily deploy your tasks with GitHub actions and other CI
The instructions below are specific to GitHub Actions, but the same concepts can be used with other CI systems.
<Tip>
Check out our new [GitHub integration](/github-integration) for automatic deployments, without adding any GitHub Actions workflows.
</Tip>
## GitHub Actions example
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.