ci: replace Vercel previews with Coded App previews#874
ci: replace Vercel previews with Coded App previews#874fikewa-olatunji wants to merge 22 commits into
Conversation
Deploy Apollo preview apps through UiPath Coded Apps and remove the Vercel PR workflow.
Dependency License Review
License distribution
Excluded packages
|
There was a problem hiding this comment.
Pull request overview
Replaces the legacy Vercel-based PR preview pipeline with a new GitHub Actions workflow that builds and deploys Apollo PR previews as UiPath Coded Apps (Landing, Docs, Design/Storybook, Vertex), and updates the PR with the resulting preview links.
Changes:
- Add a new
preview-deploy.ymlworkflow that authenticates to UiPath, packages build outputs, deploys Coded App previews, and posts a PR comment with preview URLs. - Remove the legacy
.github/workflows/vercel-deploy.ymlworkflow to stop triggering Vercel preview deployments. - Ignore local UiPath Coded App packaging/build artifacts in
.gitignore.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitignore |
Ignores UiPath Coded App local packaging/build output directories and config file. |
.github/workflows/vercel-deploy.yml |
Removes the old Vercel deployment workflow for PR previews. |
.github/workflows/preview-deploy.yml |
Adds the new UiPath Coded App preview deployment workflow (build/package/deploy + PR comment). |
📊 Coverage + size by packagePer-package coverage and bundle size on this PR. New-line coverage = of the source lines this PR adds or changes, the % hit by tests.
"Coverage" is each package's own |
|
Apollo Coded App preview deployments are ready.
|
Replaces the Vercel PR preview workflow with UiPath Coded App preview deployments for Apollo Landing, Docs, Design, and Vertex.
This also removes
.github/workflows/vercel-deploy.ymlso new PR updates stop launching the old Vercel deployment workflow, and ignores local UiPath packaging/build artifacts.Validation:
git diff --check origin/main HEAD.github/workflows/preview-deploy.ymlas YAML locally