We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eace78f commit 9b74728Copy full SHA for 9b74728
docs/cli-deploy.mdx
@@ -1,8 +1,8 @@
1
---
2
title: "CLI deploy command"
3
-description: "The `trigger.dev deploy` command can be used to manually deploy."
+description: "The `trigger.dev deploy` command can be used to deploy your tasks to our infrastructure."
4
5
6
-import CliDeployCommands from '/snippets/cli-commands-deploy.mdx';
+import CliDeployCommands from "/snippets/cli-commands-deploy.mdx";
7
8
-<CliDeployCommands/>
+<CliDeployCommands />
docs/mint.json
@@ -144,8 +144,8 @@
144
{
145
"group": "Deployment",
146
"pages": [
147
- "deploy-environment-variables",
148
"cli-deploy",
+ "deploy-environment-variables",
149
"github-actions",
150
151
"group": "Deployment integrations",
0 commit comments