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/deployment/atomic-deployment.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Atomic deploys achieve synchronization by deploying your tasks to Trigger.dev wi
14
14
2.**Capture the Deployment Version**: The CLI outputs the version of the deployed tasks, which you’ll use in the next step.
15
15
3.**Deploy Your Application**: Deploy your application (e.g., to Vercel), setting an environment variable like `TRIGGER_VERSION` to the captured task version.
16
16
17
-
## Vercel & Github Actions
17
+
## Vercel CLI & GitHub Actions
18
18
19
-
Here's a sample workflow that demonstrates performing atomic deploys with GitHub Actions, Trigger.dev, and Vercel:
19
+
If you deploy to Vercel via their CLI, you can use this sample workflow that demonstrates performing atomic deploys with GitHub Actions, Trigger.dev, and Vercel:
@@ -77,9 +77,9 @@ For this workflow to work, you need to set up the following secrets in your GitH
77
77
- `TRIGGER_ACCESS_TOKEN`: Your Trigger.dev personal access token. View the instructions [here](/github-actions) to learn more.
78
78
- `VERCEL_TOKEN`: Your Vercel personal access token. You can find this in your Vercel account settings.
79
79
80
-
## w/Vercel Github integration
80
+
## Vercel GitHub integration
81
81
82
-
If you're are using Vercel, chances are you are using their GitHub integration and deploying your application directly from pushes to Github. This section covers how to achieve atomic deploys with Trigger.dev in this setup.
82
+
If you're are using Vercel, chances are you are using their GitHub integration and deploying your application directly from pushes to GitHub. This section covers how to achieve atomic deploys with Trigger.dev in this setup.
0 commit comments