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
I'm trying to set up the deployment of my develop branch and my master branch.
Despite the -m githubCommitRef=refs/heads/master parameter which appears in the command passed by Vercel-Action, it is the refs/head/develop branch which appears in the Vercel dashboard.
As a result, Vercel does not build the application and only change the domain of the previous deployment from develop -..... vercel.app to master -..... vercel.app
The --force option, shorthand -f, is used either to force a deployment where there have been no changes or to forcibly replace an existing local directory.
Try using the --force option.
- uses: amondnet/vercel-action@v19with:
// your configvercel-args: --force // use --force option
Hi there,
I'm trying to set up the deployment of my develop branch and my master branch.
Despite the
-m githubCommitRef=refs/heads/master
parameter which appears in the command passed by Vercel-Action, it is therefs/head/develop
branch which appears in the Vercel dashboard.As a result, Vercel does not build the application and only change the domain of the previous deployment from
develop -..... vercel.app
tomaster -..... vercel.app
Here is the part of Yaml that interests us:
And the
vercel.json
too:Any idea of what I'm doing wrong?
The text was updated successfully, but these errors were encountered: