Create preview deployment without a hosting provider
We have already tried setting
CONVEX_DEPLOY_KEY and running npx convex deploy --preview-create {branch-name}. We get a prompt asking if we want to "push your code to your prod deployment", which is not what we want.We tried configuring an
.env.preview and the running npx deploy with the --env-file option, but we don't seem to be getting the configuration quite right.It would be awesome if the docs included configuring a GitHub action for preview deployments.
Any guidance is appreciated, thanks!
