-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(vercel): Use GitHub action to deploy docs preview #374
base: master
Are you sure you want to change the base?
Conversation
DOPS-54 Signed-off-by: Alex Marshall <[email protected]>
…o main DOPS-54 Signed-off-by: Alex Marshall <[email protected]>
Preview URL: ${PREVIEW} |
Preview URL: https://sextant-api-check-mzf4p0380-btp.vercel.app |
…agged pr Signed-off-by: Alex Marshall <[email protected]>
Docs preview: https://sextant-api-check-emjvqak5t-btp.vercel.app |
Docs preview: https://sextant-api-check-tfo2f1l9x-btp.vercel.app |
Docs preview: https://sextant-api-check-nwm453vki-btp.vercel.app |
Docs preview: https://sextant-api-check-ey41rige4-btp.vercel.app |
Docs preview: https://sextant-api-check-l84o62kum-btp.vercel.app |
Kudos, SonarCloud Quality Gate passed! |
This removes the built in Vercel Github integration, and instead uses Github actions.
It will deploy to the Vercel production site on mush to
master
When a PR is opened no Vercel preview will be generated until a label of
[documentation]
is added.DOPS-54