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/snippets/cli-commands-deploy.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ It performs a few steps to deploy:
36
36
3. Deploys the code to the Trigger.dev instance.
37
37
4. Registers the tasks as a new version in the environment (prod by default).
38
38
39
-
You can also setup [GitHub Actions](/github-actions) to deploy your tasks automatically.
39
+
## Deploying from CI
40
+
41
+
When deploying from CI/CD environments such as GitHub Actions, GitLab CI, or Jenkins, you need to authenticate non-interactively by setting the `TRIGGER_ACCESS_TOKEN` environment variable. Please see the [CI / GitHub Actions guide](/github-actions) for more information.
0 commit comments