Skip to content

Commit fb8b198

Browse files
committed
add ci note to cli deploy docs
1 parent f0dd983 commit fb8b198

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/snippets/cli-commands-deploy.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ It performs a few steps to deploy:
3636
3. Deploys the code to the Trigger.dev instance.
3737
4. Registers the tasks as a new version in the environment (prod by default).
3838

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.
4042

4143
## Arguments
4244

0 commit comments

Comments
 (0)