Add a Preview environment for App Hosting deployments.
As a developer, I want to be able to deploy my Next.js web app hosted using App Hosting to a Preview "channel", similar to firebase hosting:channel:deploy
in hosting.
Thanks.
-
Yunus commented
I don't know exactly, but is the custom environment config inappropriate for this requirement? You can probably create your separate preview backend with preview .yaml config.
-
Alexandre Paradis commented
This is the only thing that prevent me from switching to App Hosting!
I also like the idea from Paul Mourer about being able to customize preview URLs. -
Paul Mourer commented
+1 - preview channels
Additionally, new feature that I would love to see is the ability to have preview deploys use custom domains. EG
production deploys are at www.mysite.com
preview deploys are at ***.preview.mysite.comThis allows a _lot_ of services to work properly in preview deployments that depend on domain name matching.