-
Notifications
You must be signed in to change notification settings - Fork 116
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
chore: set deployment context for vercel deployments #3650
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Run & review this pull request in StackBlitz Codeflow. |
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4ef52e3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
✅ Deploy Preview for paste-theme-designer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for paste-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4ef52e3:
|
Size Change: 0 B Total Size: 1.01 MB ℹ️ View Unchanged
|
1 flaky test on run #7194 ↗︎
Details:
cypress/integration/token-list/index.spec.ts • 1 flaky test • Paste Actions with VRT Parallel
Review all test suite changes for PR #3650 ↗︎ |
Description and useful links to discussions / issues / tickets
Changes in this PR:
Detect Vercel Deployment Context
We set environment variables for Docsite deployments in Netlify, but we don't have a way to do that in Vercel. This PR adds a check for the Vercel deployment context and sets the environment variables accordingly. That way we can swap hosts and still maintain our metric tracking.
Checklist
required
checks have passed🕵🏻♀️ Run website visual regression
label