Is there any way to deploy Production when a commit is still in PR ? #153
-
|
I have a case where I want to deploy do Production deployment even though a commit is still in PR. Am I missing something because I can't find any related example about this in the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @kentnathaniel, there is a I will work on a fix. |
Beta Was this translation helpful? Give feedback.
Hi @kentnathaniel,
there is a
PRODUCTIONinput which tells the Vercel CLI if a deployment should be targeting the production environment. At the moment this gets overwritten tofalseif the action is run inside a PR. This is the intended behavior, but I can see why this might be unexpected and I think it would be better of thePRODUCTIONinput also affects the deployment environment in a PR.I will work on a fix.