-
|
Looking for the steps how to run the app deployments on the self hosted hive console Want to store the persisted queries on the hive console and push th query and hash artificats Is there any plan to release this feature on the self hosted version Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @ganny26 you can set the See: The documents are then available via the CDN routes. You can also deploy the CDN route handler to either AWS Lambda or Cloudflare Workers. Please us the pulumi deployment as a reference for this, as we do not yet have a guide for doing that in a self-hosted setup. |
Beta Was this translation helpful? Give feedback.
Hey @ganny26 you can set the
FEATURE_FLAGS_APP_DEPLOYMENTS_ENABLEDenvironment variable on the server container for enabling that feature on your instance.See:
console/packages/services/server/README.md
Line 67 in b91f849
The documents are then available via the CDN routes.
You can also deploy the CDN route handler to either AWS Lambda or Cloudflare Workers. Please us the pulumi deployment as a reference for this, as we do not yet have a guide for doing that in a self-hosted setup.