|
|
|
|
|
by dpix
2151 days ago
|
|
Looks interesting but seems like it mainly fits with a docker style deployment? Does this also work with serverless tech? At my current company we have a CI/CD setup that also deploys a per-PR environment - uses terraform and gitlab pipelines to manage everything including our production deployments. I'd use this for side projects to get things visible but not for a real production app as I'd want the deployment system to be the same between PR environments and production |
|
In fact, in many cases, it doesn't make sense to do a full production deployment on every PR (either from a time or cost perspective).
I do, however, understand your hesitancy regarding having a different deployment structure for these previews. The reality is that if you want fast builds an experience that makes it easy to compare different commits, etc.. there is a tradeoff.