chore: add deployment for native hosting#2835
Merged
chanceaclark merged 2 commits intocanaryfrom Mar 31, 2026
Merged
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1874cbb to
34ab11c
Compare
34ab11c to
55d7370
Compare
55d7370 to
080a96c
Compare
080a96c to
5deedda
Compare
bf2eea0 to
6751f5b
Compare
6751f5b to
3b845ca
Compare
3b845ca to
2d04f60
Compare
2d04f60 to
edb20d5
Compare
chanceaclark
commented
Jan 29, 2026
edb20d5 to
3667a9b
Compare
47c486b to
e001d8e
Compare
e001d8e to
ae567fe
Compare
ae567fe to
4ed085f
Compare
de52a91 to
0726131
Compare
0726131 to
6d51ea7
Compare
6d51ea7 to
839cf94
Compare
839cf94 to
911102f
Compare
911102f to
7aa83b1
Compare
7aa83b1 to
1acbcfe
Compare
jorgemoya
approved these changes
Mar 31, 2026
1acbcfe to
c43ff44
Compare
- Remove pull_request trigger (no preview deployments) - Add concurrency group to prevent parallel deploys - Remove jq package.json mutation, use pnpm exec directly - Add separate generate step for GraphQL types - Fix env vars to CATALYST_* namespace for CLI commands - Remove --framework flag (removed in alpha) - Add --prebuilt to deploy (skip redundant build) - Add BIGCOMMERCE_API_HOST for integration API
c43ff44 to
e2659fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Adds CI/CD for deploying the Catalyst storefront to BigCommerce Native Hosting using the
@bigcommerce/catalystalpha CLI and@opennextjs/cloudflare.This PR includes:
.github/workflows/native-hosting.yml) — builds and deploys the storefront on pushes tocanaryand on PRsproxy.tstomiddleware.tsat build time (renames the file, swaps the export, addsruntime: 'experimental-edge') so the OpenNext/Cloudflare build works without maintaining a separatemiddleware.tsin the repo@bigcommerce/catalystas1.0.0-alpha.xwith changesets in pre mode--prebuiltdeploy, credential resolution, deployment error mapping, telemetry updates, and removal of the dev commandTesting
canarycatalyst buildandcatalyst deploy --prebuiltsucceed with the configured secrets/varsMigration
N/A