Skip to content

feat: Vercel-native deploy previews for integration pages#495

Open
kacperlukawski wants to merge 1 commit into
mainfrom
feat-vercel-native-previews
Open

feat: Vercel-native deploy previews for integration pages#495
kacperlukawski wants to merge 1 commit into
mainfrom
feat-vercel-native-previews

Conversation

@kacperlukawski
Copy link
Copy Markdown
Member

Replaces the GitHub Actions-based preview approach with Vercel-native deploy previews, matching how haystack-home works.

How it works:

  1. preview-build.sh installs Hugo, clones haystack-home, copies the PR's integration files into it, runs hugo
  2. vercel.json wires up the build command and output directory
  3. Vercel auto-comments on PRs with the preview URL and updates GitHub check status

Setup required (one-time): Connect deepset-ai/haystack-integrations as a new project in Vercel — it will detect vercel.json automatically.

Closes #490 (test PR) — that was testing the old GHA approach.

- preview-build.sh: minimal Hugo build using current PR's integration
  files cloned into haystack-home — no tutorials/cookbook/advent steps
- vercel.json: wire up build command and output directory
- remove GHA preview.yml: Vercel handles PR comments and check status

Connect deepset-ai/haystack-integrations as a new Vercel project to
activate previews.
@kacperlukawski kacperlukawski requested a review from a team as a code owner June 2, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant