Kvalifik / how-we-work

A handbook for software development at Kvalifik
0 stars 0 forks source link

Deploy container on GCP for PR #190

Open forecast[bot] opened 4 months ago

forecast[bot] commented 4 months ago

Problem: Right now when working on a PR, both urls are generated for Vercel for frontend and marketplace. However any backend changes are not reflected in these previews, as the deployments use the staging Cloud Run instance on Google Cloud Platform.

Product: Whenever a PR is opened, deploy a Cloud Run instance of that pull request. Make sure the Vercel frontends are using this backend

Reasoning: This will give multiple benefits:

Additional details:

forecast[bot] commented 4 months ago

Look into the cost of this feature and see if we can you cheaper alternatives than the production / staging containers.