Show meta information on Vercel UI using vercel deploy CLI #7089
Replies: 2 comments
-
I am very interested to know how to make this happen as well. did you get an answer somewhere else? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hey, I want to inform an issue using vercel deploy cli and trying to post the meta information in Vercel UI. The thing is, before we are using a Vercel integrated with Git and it show on each deploy the name of the git branch, git commit and git sha
But now we moved the deployment into the pipelines and we couldn't post this information using vercel CLI,
parameters
we are using the next parameters
here is our command
Could anyone help me with this?
Thanks
Example
No response
Steps to Reproduce
vercel deploy --prebuilt --skip-domain $EXTRA_FLAGS --token=$VERCEL_TOKEN --scope $MY_SCOPE -e VERCEL_GIT_COMMIT_REF="$CI_COMMIT_REF_NAME" -m gitlabCommitRef="$CI_COMMIT_REF_NAME" -m gitlabCommitSha="$CI_COMMIT_SHA" -m gitlabCommitMessage="$CI_COMMIT_MESSAGE"
Beta Was this translation helpful? Give feedback.
All reactions