Use only deploy hooks, instead of deploy on push. #286
Replies: 6 comments 8 replies
-
I believe you can rely on https://vercel.com/docs/configuration#git/github-enabled
at |
Beta Was this translation helpful? Give feedback.
-
have you found a solution for this? @yassinebridi |
Beta Was this translation helpful? Give feedback.
-
as @styfle mentioned you should be able to accomplish it with an Ignore Build Step script |
Beta Was this translation helpful? Give feedback.
-
We are also looking for this. We don't want to migrate our CI to vercel yet and want to manually trigger a deploy once the tests run green. |
Beta Was this translation helpful? Give feedback.
-
For posterity, here's a great little tidbit from a similar thread. Due to the overlap/to prevent duplicate discussions, I will lock this thread in favour of #285. |
Beta Was this translation helpful? Give feedback.
-
I want to trigger a vercel deployment from github actions, so i'm using a deploy hook to do that. But even if i don't trigger a deployment using the hook, vercel deploys the project anyway.
Vercel have no option to use only the deploy hook.
Beta Was this translation helpful? Give feedback.
All reactions