Files
triggerdotdev--trigger.dev/docs/snippets/useful-next-steps.mdx
T
2026-07-13 13:32:57 +08:00

16 lines
613 B
Plaintext

## Useful next steps
<CardGroup cols={2}>
<Card title="Tasks overview" icon="diagram-subtask" href="/tasks/overview">
Learn what tasks are and their options
</Card>
<Card title="Writing tasks" icon="pen-nib" href="/writing-tasks-introduction">
Learn how to write your own tasks
</Card>
<Card title="Deploy using the CLI" icon="terminal" href="/cli-deploy-commands">
Learn how to deploy your task manually using the CLI
</Card>
<Card title="Deploy using GitHub actions" icon="github" href="/github-actions">
Learn how to deploy your task using GitHub actions
</Card>
</CardGroup>