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
1. Waits for the Vercel deployment to complete using the `ericallam/vercel-wait` action.
154
+
1. Waits for the Vercel deployment to complete using the `ludalex/vercel-wait` action.
154
155
2. Deploys the tasks to Trigger.dev using the `npx trigger.dev deploy` command. There's no need to use the `--skip-promotion` flag because we want to promote the deployment.
155
156
3. Promotes the Vercel deployment using the `npx vercel promote` command.
156
157
@@ -164,8 +165,9 @@ For this workflow to work, you need to set up the following secrets in your GitH
164
165
Checkout our [example repo](https://github.com/ericallam/vercel-atomic-deploys) to see this workflow in action.
165
166
166
167
<Note>
167
-
We are using the `ericallam/vercel-wait` action above as a fork of the [official
168
+
We are using the `ludalex/vercel-wait` action above as a fork of the [official
168
169
tj-actions/vercel-wait](https://github.com/tj-actions/vercel-wait) action because there is a bug
169
-
in the official action that exits early if the deployment isn't found in the first check. I've
170
-
opened a PR for this issue [here](https://github.com/tj-actions/vercel-wait/pull/106).
170
+
in the official action that exits early if the deployment isn't found in the first check and due
171
+
to the fact that it supports treating skipped (cancelled) Vercel deployments as valid (on by default).
172
+
I've opened a PR for this issue [here](https://github.com/tj-actions/vercel-wait/pull/106).
0 commit comments