We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For static sites, I'm looking to move more stuff to Cloudflare. Partly because Vercel does not support Docker deployments https://vercel.com/guides/does-vercel-support-docker-deployments
That means that we'll be more limited in what kind of builds we can support (e.g. dbt docs). GitHub actions has no such limitations.
Plus we use Cloudflare for CDN / DNS anyway, so it's one less thing to worry about.
It's also nice in the mono-repo to only deploy on merges to main based on changes to a subdirectory.
The text was updated successfully, but these errors were encountered:
Testing it out here #1516
Sorry, something went wrong.
Fixed a bug here #1518
we live!
ryscheng
No branches or pull requests
What is it?
For static sites, I'm looking to move more stuff to Cloudflare.
Partly because Vercel does not support Docker deployments
https://vercel.com/guides/does-vercel-support-docker-deployments
That means that we'll be more limited in what kind of builds we can support (e.g. dbt docs). GitHub actions has no such limitations.
Plus we use Cloudflare for CDN / DNS anyway, so it's one less thing to worry about.
It's also nice in the mono-repo to only deploy on merges to main based on changes to a subdirectory.
The text was updated successfully, but these errors were encountered: