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
If I remove the vercel-args: --prod input from the action then would it deploy to staging? Because that's what happens when we run vercel command locally without the --prod flag.
I want to deploy my PRs to staging/ a preview url before merging which I'll deploy to production.
Also, I am working on a react app thus the working-directory input will be my build folder(./build) right ? That I want to deploy or will it be the root dir of my project?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I remove the
vercel-args: --prod
input from the action then would it deploy to staging? Because that's what happens when we runvercel
command locally without the--prod
flag.I want to deploy my PRs to staging/ a preview url before merging which I'll deploy to production.
Also, I am working on a react app thus the
working-directory
input will be my build folder(./build
) right ? That I want to deploy or will it be the root dir of my project?Beta Was this translation helpful? Give feedback.
All reactions